2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

mnc: explict init of verbose

This commit is contained in:
Steve Schnepp 2013-02-10 08:22:57 +01:00
parent 6d4d58bbf3
commit a07c3d558b

View File

@ -10,7 +10,7 @@
char VERSION[] = "1.0.0";
int verbose;
int verbose = 0;
char* host = "";
char* plugin_dir = "plugins";