[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.48,1.49

Stanley Hopcroft stanleyhopcroft at users.sourceforge.net
Thu Dec 2 13:04:03 CET 2004


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

Modified Files:
	check_tcp.c 
Log Message:
Tracker 1041571: appended :D to getopt_long() args (for cert expiry check). Eric Chen.

Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- check_tcp.c	2 Dec 2004 16:51:25 -0000	1.48
+++ check_tcp.c	2 Dec 2004 21:03:26 -0000	1.49
@@ -447,7 +447,7 @@
 	}
 
 	while (1) {
-		c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j",
+		c = getopt_long (argc, argv, "+hVv46H:s:e:q:m:c:w:t:p:C:W:d:Sr:j:D",
 		                 longopts, &option);
 
 		if (c == -1 || c == EOF || c == 1)





More information about the Commits mailing list