dovecot-2.2: lmtp: Earlier compiler warning fix broke compiling ...

dovecot at dovecot.org dovecot at dovecot.org
Mon May 11 11:24:01 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/103f64df4e77
changeset: 18631:103f64df4e77
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 11 14:22:05 2015 +0300
description:
lmtp: Earlier compiler warning fix broke compiling completely..

diffstat:

 src/lmtp/commands.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 13461d146be0 -r 103f64df4e77 src/lmtp/commands.c
--- a/src/lmtp/commands.c	Mon May 11 14:10:24 2015 +0300
+++ b/src/lmtp/commands.c	Mon May 11 14:22:05 2015 +0300
@@ -1039,7 +1039,6 @@
 		restrict_access_allow_coredumps(TRUE);
 		if (chdir(base_dir) < 0)
 			i_error("chdir(%s) failed: %m", base_dir);
-		}
 	}
 }
 


More information about the dovecot-cvs mailing list