1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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"; char VERSION[] = "1.0.0";
int verbose; int verbose = 0;
char* host = ""; char* host = "";
char* plugin_dir = "plugins"; char* plugin_dir = "plugins";