mnc: explict init of verbose

This commit is contained in:
Steve Schnepp 2013-02-10 08:22:57 +01:00
parent 6d4d58bbf3
commit a07c3d558b
1 changed files with 1 additions and 1 deletions

View File

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