diff options
author | Micael Karlberg <[email protected]> | 2012-01-26 17:18:36 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-26 17:18:36 +0100 |
commit | 35bf5000438b34a43752f668930bc5347f4643a9 (patch) | |
tree | 6a3fc1f222d10622a798ff79e0b3f638dfa5deaf /lib/snmp/vsn.mk | |
parent | e0e862b42d508b5112395f41584bed90c74a8a92 (diff) | |
download | otp-35bf5000438b34a43752f668930bc5347f4643a9.tar.gz otp-35bf5000438b34a43752f668930bc5347f4643a9.tar.bz2 otp-35bf5000438b34a43752f668930bc5347f4643a9.zip |
[snmp/agent] Wrong OID used for error message reply
When sending an error message (reply) regarding
snmpUnknownPDUHandlers, the agent used the wrong OID.
OTP-9747
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 3ab08eca58..5ab0553789 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -17,11 +17,13 @@ # # %CopyrightEnd% -SNMP_VSN = 4.17.3 +SNMP_VSN = 4.17.4 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" -TICKETS = OTP-9700 OTP-9868 +TICKETS = OTP-9747 + +TICKETS_4_17_3 = OTP-9700 OTP-9868 TICKETS_4_17_2 = OTP-9236 |