diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 5742b72..f2fc2e5 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -120,7 +120,7 @@ main (int argc, char **argv) | |||
120 | asprintf (&metric_name, "PROCS"); | 120 | asprintf (&metric_name, "PROCS"); |
121 | metric = METRIC_PROCS; | 121 | metric = METRIC_PROCS; |
122 | 122 | ||
123 | if (process_arguments (argc, argv) != TRUE) | 123 | if (process_arguments (argc, argv) == ERROR) |
124 | usage4 (_("Could not parse arguments")); | 124 | usage4 (_("Could not parse arguments")); |
125 | 125 | ||
126 | /* Set signal handling and alarm timeout */ | 126 | /* Set signal handling and alarm timeout */ |