From a07c3d558b46a04065d42e96b519dabc0e2598f0 Mon Sep 17 00:00:00 2001 From: Steve Schnepp Date: Sun, 10 Feb 2013 08:22:57 +0100 Subject: [PATCH] mnc: explict init of verbose --- tools/munin-node-c/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/munin-node-c/main.c b/tools/munin-node-c/main.c index 483ca810..bd05ecbd 100644 --- a/tools/munin-node-c/main.c +++ b/tools/munin-node-c/main.c @@ -10,7 +10,7 @@ char VERSION[] = "1.0.0"; -int verbose; +int verbose = 0; char* host = ""; char* plugin_dir = "plugins";