From: Timo Sirainen Date: Mon, 10 Aug 2015 12:39:50 +0000 (+0300) Subject: rawlog: Removed unnecessary/duplicate 'o' from getopt_args X-Git-Tag: 2.2.19.rc1~265 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67e599e108ac863de494d594d1418ec9d8aa6195;p=thirdparty%2Fdovecot%2Fcore.git rawlog: Removed unnecessary/duplicate 'o' from getopt_args This caused assert-crash at startup after ff17864ba6e0. --- diff --git a/src/util/rawlog.c b/src/util/rawlog.c index 62101f689e..5a80b2cae2 100644 --- a/src/util/rawlog.c +++ b/src/util/rawlog.c @@ -383,7 +383,7 @@ int main(int argc, char *argv[]) int c; master_service = master_service_init("rawlog", 0, - &argc, &argv, "+f:obIt"); + &argc, &argv, "+f:bIt"); while ((c = master_getopt(master_service)) > 0) { switch (c) { case 'f':