dovecot-2.2: rawlog: Removed unnecessary/duplicate 'o' from geto...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 10 12:40:30 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/6bebbf0e1ec8
changeset: 18929:6bebbf0e1ec8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 10 15:39:50 2015 +0300
description:
rawlog: Removed unnecessary/duplicate 'o' from getopt_args
This caused assert-crash at startup after ff17864ba6e0.

diffstat:

 src/util/rawlog.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1890ab5a841f -r 6bebbf0e1ec8 src/util/rawlog.c
--- a/src/util/rawlog.c	Mon Aug 10 15:35:43 2015 +0300
+++ b/src/util/rawlog.c	Mon Aug 10 15:39:50 2015 +0300
@@ -383,7 +383,7 @@
 	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':


More information about the dovecot-cvs mailing list