[Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.24,1.24.2.1
Ton Voon
tonvoon at users.sourceforge.net
Mon Apr 7 14:24:03 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv22038
Modified Files:
Tag: r1_3_0
check_snmp.c
Log Message:
Removed unnecessary array for AIX compile (reported by Alwyn Cherrington)
Index: check_snmp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_snmp.c,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -C2 -r1.24 -r1.24.2.1
*** check_snmp.c 18 Feb 2003 04:04:09 -0000 1.24
--- check_snmp.c 7 Apr 2003 21:23:28 -0000 1.24.2.1
***************
*** 168,172 ****
regmatch_t pmatch[10];
char timestamp[10] = "";
- char regex[MAX_INPUT_BUFFER];
char errbuf[MAX_INPUT_BUFFER];
int cflags = REG_EXTENDED | REG_NOSUB | REG_NEWLINE;
--- 168,171 ----
More information about the Commits
mailing list