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:
Eric Wong 2006-08-03 01:57:52 +00:00
parent 954dcec273
commit 980c717749

View File

@ -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;