summaryrefslogtreecommitdiffstats
path: root/plugins/check_users.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_users.c')
-rw-r--r--plugins/check_users.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_users.c b/plugins/check_users.c
index 891fe3b..d089322 100644
--- a/plugins/check_users.c
+++ b/plugins/check_users.c
@@ -20,7 +20,7 @@
20 20
21const char *progname = "check_users"; 21const char *progname = "check_users";
22const char *revision = "$Revision$"; 22const char *revision = "$Revision$";
23const char *copyright = "2000-2003"; 23const char *copyright = "2000-2004";
24const char *email = "nagiosplug-devel@lists.sourceforge.net"; 24const char *email = "nagiosplug-devel@lists.sourceforge.net";
25 25
26#include "common.h" 26#include "common.h"
@@ -40,7 +40,7 @@ int
40main (int argc, char **argv) 40main (int argc, char **argv)
41{ 41{
42 int users = -1; 42 int users = -1;
43 int result = STATE_OK; 43 int result = STATE_UNKNOWN;
44 char input_buffer[MAX_INPUT_BUFFER]; 44 char input_buffer[MAX_INPUT_BUFFER];
45 char *perf; 45 char *perf;
46 46