[Pkg-net-snmp-commits] r139 - branches/net-snmp53/debian/patches
Jochen Friedrich
jochen at alioth.debian.org
Tue Apr 10 14:43:53 UTC 2007
Author: jochen
Date: 2007-04-10 14:43:53 +0000 (Tue, 10 Apr 2007)
New Revision: 139
Added:
branches/net-snmp53/debian/patches/31_silence_subcontainer.README
branches/net-snmp53/debian/patches/31_silence_subcontainer.patch
Log:
Port patch from 5.2.3 to 5.3.1
Copied: branches/net-snmp53/debian/patches/31_silence_subcontainer.README (from rev 121, branches/net-snmp52/debian/patches/31_silence_subcontainer.README)
Copied: branches/net-snmp53/debian/patches/31_silence_subcontainer.patch (from rev 121, branches/net-snmp52/debian/patches/31_silence_subcontainer.patch)
===================================================================
--- branches/net-snmp52/debian/patches/31_silence_subcontainer.patch 2006-12-20 17:14:27 UTC (rev 121)
+++ branches/net-snmp53/debian/patches/31_silence_subcontainer.patch 2007-04-10 14:43:53 UTC (rev 139)
@@ -0,0 +1,13 @@
+--- net-snmp-5.3.1.orig/include/net-snmp/library/container.h 2004-09-14 04:29:16.000000000 +0200
++++ net-snmp-5.3.1/include/net-snmp/library/container.h 2006-12-20 17:25:58.000000000 +0100
+@@ -364,8 +364,8 @@
+ continue;
+ rc2 = x->insert(x,k);
+ if (rc2) {
+- snmp_log(LOG_ERR,"error on subcontainer '%s' insert (%d)\n",
+- x->container_name ? x->container_name : "", rc2);
++/* snmp_log(LOG_ERR,"error on subcontainer '%s' insert (%d)\n",
++ x->container_name ? x->container_name : "", rc2); */
+ rc = rc2;
+ }
+ }
More information about the Pkg-net-snmp-commits
mailing list