From: Timo Sirainen Date: Mon, 21 Jun 2010 15:44:47 +0000 (+0100) Subject: master: Don't try to parse -options if they're not the first parameters. X-Git-Tag: 2.0.rc1~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19c45f6bb5e79afa964df43012e731c3a75871c4;p=thirdparty%2Fdovecot%2Fcore.git master: Don't try to parse -options if they're not the first parameters. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index d5d0dadfbe..4c88bc8861 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -624,7 +624,7 @@ int main(int argc, char *argv[]) master_service = master_service_init(MASTER_SERVICE_NAME, MASTER_SERVICE_FLAG_STANDALONE | MASTER_SERVICE_FLAG_DONT_LOG_TO_STDERR, - &argc, &argv, "Fanp"); + &argc, &argv, "+Fanp"); i_set_failure_prefix(""); io_loop_set_time_moved_callback(current_ioloop, master_time_moved);