dovecot-2.0: rawlog: Don't steal -options from the program that'...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jul 13 23:04:59 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/14132e025946
changeset: 11810:14132e025946
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 13 21:04:11 2010 +0100
description:
rawlog: Don't steal -options from the program that's going to be run.

diffstat:

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

diffs (12 lines):

diff -r 3e70abe7ee36 -r 14132e025946 src/util/rawlog.c
--- a/src/util/rawlog.c	Tue Jul 13 15:32:29 2010 +0100
+++ b/src/util/rawlog.c	Tue Jul 13 21:04:11 2010 +0100
@@ -370,7 +370,7 @@
 	i_set_failure_internal();
 	process_title_init(&argv);
 
-	while ((c = getopt(argc, argv, "iobt")) > 0) {
+	while ((c = getopt(argc, argv, "+iobt")) > 0) {
 		switch (c) {
 		case 'i':
 			flags &= ~RAWLOG_FLAG_LOG_OUTPUT;


More information about the dovecot-cvs mailing list