SOURCES: gwfl-nagios-plugins.v2.patch (NEW) snmp -v 2c

luzik luzik at pld-linux.org
Thu Aug 16 21:57:08 CEST 2007


Author: luzik                        Date: Thu Aug 16 19:57:08 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
snmp -v 2c

---- Files affected:
SOURCES:
   gwfl-nagios-plugins.v2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gwfl-nagios-plugins.v2.patch
diff -u /dev/null SOURCES/gwfl-nagios-plugins.v2.patch:1.1
--- /dev/null	Thu Aug 16 21:57:08 2007
+++ SOURCES/gwfl-nagios-plugins.v2.patch	Thu Aug 16 21:57:03 2007
@@ -0,0 +1,11 @@
+--- gwfl-nagios-plugins-2.1/common/common.c.fix	2007-08-01 10:41:03.164990188 +0200
++++ gwfl-nagios-plugins-2.1/common/common.c	2007-08-01 10:41:41.745671959 +0200
+@@ -41,7 +41,7 @@ struct treeint *walkoid(char *host, char
+ 	
+ 	init_snmp("SNMP");
+ 	snmp_sess_init(&session);
+-	session.version = SNMP_VERSION_1;
++	session.version = SNMP_VERSION_2c;
+ 	session.community = community;
+ 	session.community_len = strlen((char *) session.community);
+ 	session.peername = host;
================================================================


More information about the pld-cvs-commit mailing list