dovecot-2.0: master: Don't try to parse -options if they're not ...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jun 21 18:44:50 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/1d5cd1d835a1
changeset: 11594:1d5cd1d835a1
user: Timo Sirainen <tss at iki.fi>
date: Mon Jun 21 16:44:47 2010 +0100
description:
master: Don't try to parse -options if they're not the first parameters.
diffstat:
src/master/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 7d05cef711bb -r 1d5cd1d835a1 src/master/main.c
--- a/src/master/main.c Mon Jun 21 16:39:12 2010 +0100
+++ b/src/master/main.c Mon Jun 21 16:44:47 2010 +0100
@@ -624,7 +624,7 @@
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);
More information about the dovecot-cvs
mailing list