[Nagiosplug-checkins] CVS: nagiosplug/plugins negate.c,1.7,1.8

Karl DeBisschop kdebisschop at users.sourceforge.net
Wed Mar 12 22:01:09 CET 2003


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv18408/plugins

Modified Files:
	negate.c 
Log Message:
negate must be POSIXly correct in handling options, else wrapped options get passed to it

Index: negate.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/negate.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** negate.c	11 Mar 2003 22:36:03 -0000	1.7
--- negate.c	13 Mar 2003 06:00:21 -0000	1.8
***************
*** 227,231 ****
  
  	while (1) {
! 		c = getopt_long (argc, argv, "hVt:",
  		                 long_options, &option_index);
  
--- 227,231 ----
  
  	while (1) {
! 		c = getopt_long (argc, argv, "+hVt:",
  		                 long_options, &option_index);
  





More information about the Commits mailing list