Skip to content

Commit

Permalink
fix snmp get cache
Browse files Browse the repository at this point in the history
  • Loading branch information
babos77 committed Apr 28, 2021
1 parent ad47c88 commit 3dad49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/network/snmp_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ func (s *SNMPClient) SNMPGet(ctx context.Context, oid ...string) ([]SNMPResponse
m[a] = res
}
}
} else {
reqOIDs = oid
}

var response *gosnmp.SnmpPacket
Expand Down

0 comments on commit 3dad49c

Please sign in to comment.