Skip to content

Commit

Permalink
SNMPv3: Send engine id in refresh method
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Jan 20, 2024
1 parent 9dd665b commit cf0a3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket/v3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl SnmpV3ClientSocket {
flag_priv: false,
flag_report: true,
usm: UsmParameters {
engine_id: &EMPTY,
engine_id: &self.engine_id,
engine_boots: 0,
engine_time: 0,
user_name: self.user_name.as_ref(),
Expand Down

0 comments on commit cf0a3d3

Please sign in to comment.