summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 74503e0)
raw | patch | inline | side by side (parent: 74503e0)
author | Benoit Mortier <opensides@users.sourceforge.net> | |
Thu, 2 Dec 2004 14:35:04 +0000 (14:35 +0000) | ||
committer | Benoit Mortier <opensides@users.sourceforge.net> | |
Thu, 2 Dec 2004 14:35:04 +0000 (14:35 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@977 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_http.c | patch | blob | history |
diff --git a/plugins/check_http.c b/plugins/check_http.c
index f5a6c2b85e3c0eca2320513b76c7124f7bc57bee..e962e024de0ff09f8d351ad4eae04ad54b8bee94 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
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, ":")) {