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 cc2ec75..6d0f4c2 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -68,7 +68,7 @@ main (int argc, char **argv) | |||
68 | textdomain (PACKAGE); | 68 | textdomain (PACKAGE); |
69 | 69 | ||
70 | /* process arguments */ | 70 | /* process arguments */ |
71 | if (process_arguments (argc, argv) != TRUE) | 71 | if (process_arguments (argc, argv) == ERROR) |
72 | usage4 (_("Could not parse arguments")); | 72 | usage4 (_("Could not parse arguments")); |
73 | 73 | ||
74 | /* Set signal handling and alarm timeout */ | 74 | /* Set signal handling and alarm timeout */ |