main.c: initialize the verbose flag correctly
git-svn-id: https://svn.musicpd.org/mpd/trunk@4533 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
954dcec273
commit
980c717749
@ -156,6 +156,7 @@ static void parseOptions(int argc, char **argv, Options * options)
|
||||
{
|
||||
int argcLeft = argc;
|
||||
|
||||
options->verbose = 0;
|
||||
options->daemon = 1;
|
||||
options->stdOutput = 0;
|
||||
options->createDB = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user