changeset 18631:103f64df4e77

lmtp: Earlier compiler warning fix broke compiling completely..
author Timo Sirainen <tss@iki.fi>
date Mon, 11 May 2015 14:22:05 +0300
parents 13461d146be0
children 9f06c6054e3e
files src/lmtp/commands.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
-		}
 	}
 }