summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 0b0a3c1..27cd2da 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -257,7 +257,7 @@ main (int argc, char **argv)
257int 257int
258process_arguments (int argc, char **argv) 258process_arguments (int argc, char **argv)
259{ 259{
260 int c, i = 1; 260 int c = 1;
261 char *user; 261 char *user;
262 struct passwd *pw; 262 struct passwd *pw;
263#ifdef HAVE_GETOPT_H 263#ifdef HAVE_GETOPT_H