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 d09bd8b..d20b027 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -150,7 +150,7 @@ main (int argc, char **argv)
150 int crit = 0; /* number of processes in crit state */ 150 int crit = 0; /* number of processes in crit state */
151 int i = 0, j = 0; 151 int i = 0, j = 0;
152 int result = STATE_UNKNOWN; 152 int result = STATE_UNKNOWN;
153 int ret; 153 int ret = 0;
154 output chld_out, chld_err; 154 output chld_out, chld_err;
155 155
156 setlocale (LC_ALL, ""); 156 setlocale (LC_ALL, "");