]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Don't try to parse -options if they're not the first parameters.
authorTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 15:44:47 +0000 (16:44 +0100)
committerTimo Sirainen <tss@iki.fi>
Mon, 21 Jun 2010 15:44:47 +0000 (16:44 +0100)
--HG--
branch : HEAD

src/master/main.c

index d5d0dadfbed605d960f7674ac2d172570f9e15bf..4c88bc8861e541c009a5263961e38d9e373f4d66 100644 (file)
@@ -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);