mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-29 05:43:15 -04:00
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:
parent
74503e0728
commit
d7520c8d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ":")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue