diff options
author | Micael Karlberg <[email protected]> | 2012-01-19 17:48:53 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2012-01-19 17:48:53 +0100 |
commit | dda02f0e90a72620745878e4834849029f3e616d (patch) | |
tree | d6f4c7c5f6b2f7aac96c93f7830dd2407933ce0c /lib/snmp/vsn.mk | |
parent | 65db6eb562b0376dd29fc60e9378d7b3b8ac386b (diff) | |
download | otp-dda02f0e90a72620745878e4834849029f3e616d.tar.gz otp-dda02f0e90a72620745878e4834849029f3e616d.tar.bz2 otp-dda02f0e90a72620745878e4834849029f3e616d.zip |
[snmp/agent] Incorrect mib server cache gclimit update
Mib server cache gclimit update function incorrectly calls
age update function. The gclimit update function update_mibs_cache_gclimit/1
incorrectly called update_mibs_cache_age/2 update function.
OTP-9868
Diffstat (limited to 'lib/snmp/vsn.mk')
-rw-r--r-- | lib/snmp/vsn.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/snmp/vsn.mk b/lib/snmp/vsn.mk index 39ec3dc7d4..9dd47a741c 100644 --- a/lib/snmp/vsn.mk +++ b/lib/snmp/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2011. All Rights Reserved. +# Copyright Ericsson AB 1997-2012. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -17,11 +17,13 @@ # # %CopyrightEnd% -SNMP_VSN = 4.17.2 +SNMP_VSN = 4.17.3 PRE_VSN = APP_VSN = "snmp-$(SNMP_VSN)$(PRE_VSN)" -TICKETS = OTP-9236 +TICKETS = OTP-9868 + +TICKETS_4_17_2 = OTP-9236 TICKETS_4_17_1 = OTP-8761 |