Skip to content

Commit

Permalink
snmp update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Nov 9, 2023
1 parent 331e390 commit cf8f392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tmx/TmxUtils/src/SNMPClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ namespace tmx::utils
session.securityName = (char *)snmp_user.c_str();
session.securityNameLen = snmp_user.length();

// session.securityModel = USM_SEC_MODEL_NUMBER;

// Fallback behavior to setup a community for SNMP V1/V2
if (snmp_version_ != 3)
{
Expand Down

0 comments on commit cf8f392

Please sign in to comment.