diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index 8383b093..a4d76503 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -110,7 +110,7 @@ main (int argc, char **argv) | |||
110 | data = strdup (""); | 110 | data = strdup (""); |
111 | message = strdup (""); | 111 | message = strdup (""); |
112 | 112 | ||
113 | if (process_arguments (argc, argv) != TRUE) | 113 | if (process_arguments (argc, argv) == ERROR) |
114 | usage4 (_("Could not parse arguments")); | 114 | usage4 (_("Could not parse arguments")); |
115 | 115 | ||
116 | /* initialize alarm signal handling */ | 116 | /* initialize alarm signal handling */ |