mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
mnc: explict init of verbose
This commit is contained in:
parent
6d4d58bbf3
commit
a07c3d558b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
char VERSION[] = "1.0.0";
|
||||
|
||||
int verbose;
|
||||
int verbose = 0;
|
||||
|
||||
char* host = "";
|
||||
char* plugin_dir = "plugins";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue