Greetings net-snmp-devs,
this patch fixes an issue in the latest net-snmp version which inhibits the
proper incrementation of snmpInTotalSetVars. (Issue: Net-SNMP V5.9.x: No
increment of snmpInTotalSetVars #429)
It implements a temporary variable 'command' which is used to save the value of
th
From: scmi
Implements a temporary variable 'command' which saves the value of the
command-pointer before modifications for a later value check.
Signed-off-by: Michael Schmidt
---
agent/snmp_agent.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/agent/snmp_agent.c b/age