return of process_arguments() is TRUE not OK !

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@977 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Benoit Mortier 2004-12-02 14:35:04 +00:00
parent 74503e0728
commit d7520c8d6f

View file

@ -145,7 +145,7 @@ main (int argc, char **argv)
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, ":")) {