[Nagiosplug-checkins] nagiosplug/plugins check_real.c,1.27,1.28

Thomas Guyot dermoth at users.sourceforge.net
Thu Jan 4 12:51:08 CET 2007


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14966/plugins

Modified Files:
	check_real.c 
Log Message:
Fix bug #1574863: check_real does not accept the '-v' option


Index: check_real.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- check_real.c	19 Oct 2006 23:53:28 -0000	1.27
+++ check_real.c	4 Jan 2007 11:51:04 -0000	1.28
@@ -302,7 +302,7 @@
 	}
 
 	while (1) {
-		c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts,
+		c = getopt_long (argc, argv, "+hvVI:H:e:u:p:w:c:t:", longopts,
 									 &option);
 
 		if (c == -1 || c == EOF)





More information about the Commits mailing list