diff options
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 8f6cde99..20ae6283 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c @@ -68,7 +68,7 @@ main (int argc, char **argv) textdomain (PACKAGE); /* process arguments */ - if (process_arguments (argc, argv) == ERROR) + if (process_arguments (argc, argv) != TRUE) usage (_("check_by_ssh: could not parse arguments\n")); |