dovecot-2.2: lda: Removed unnecessary/duplicate 'k' from getopt_...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 10 12:36:25 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/1890ab5a841f
changeset: 18928:1890ab5a841f
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 10 15:35:43 2015 +0300
description:
lda: Removed unnecessary/duplicate 'k' from getopt_args
This caused assert-crash at startup after ff17864ba6e0.

diffstat:

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

diffs (12 lines):

diff -r e7cb20b4785a -r 1890ab5a841f src/lda/main.c
--- a/src/lda/main.c	Sun Aug 09 21:54:33 2015 +0300
+++ b/src/lda/main.c	Mon Aug 10 15:35:43 2015 +0300
@@ -310,7 +310,7 @@
 	master_service = master_service_init("lda",
 		MASTER_SERVICE_FLAG_STANDALONE |
 		MASTER_SERVICE_FLAG_DONT_LOG_TO_STDERR,
-		&argc, &argv, "a:d:ef:km:p:r:");
+		&argc, &argv, "a:d:ef:m:p:r:");
 
 	memset(&ctx, 0, sizeof(ctx));
 	ctx.session = mail_deliver_session_init();


More information about the dovecot-cvs mailing list