aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_users.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_users.c')
-rw-r--r--plugins/check_users.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c
index 0417bad1..23f8973c 100644
--- a/plugins/check_users.c
+++ b/plugins/check_users.c
@@ -50,7 +50,7 @@ main (int argc, char **argv)
perf = strdup("");
- if (process_arguments (argc, argv) == ERROR)
+ if (process_arguments (argc, argv) != TRUE)
usage (_("check_users: could not parse arguments\n"));
/* run the command */