[Nagiosplug-checkins] nagiosplug/plugins check_http.c,1.68,1.69

Benoit Mortier opensides at users.sourceforge.net
Thu Dec 2 06:36:03 CET 2004


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

Modified Files:
	check_http.c 
Log Message:
return of process_arguments() is TRUE not OK !



Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- check_http.c	2 Dec 2004 01:11:00 -0000	1.68
+++ check_http.c	2 Dec 2004 14:35:04 -0000	1.69
@@ -145,7 +145,7 @@
 	asprintf (&user_agent, "User-Agent: check_http/%s (nagios-plugins %s)",
 	          clean_revstring (revision), VERSION);
 
-	if (process_arguments (argc, argv) != OK)
+	if (process_arguments (argc, argv) != TRUE)
 		usage (_("check_http: could not parse arguments\n"));
 
 	if (strstr (timestamp, ":")) {





More information about the Commits mailing list