From: Timo Sirainen Date: Mon, 11 May 2015 11:22:05 +0000 (+0300) Subject: lmtp: Earlier compiler warning fix broke compiling completely.. X-Git-Tag: 2.2.17.rc2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47fb62a01078a49815be71f9ce13edbaddfad280;p=thirdparty%2Fdovecot%2Fcore.git lmtp: Earlier compiler warning fix broke compiling completely.. --- diff --git a/src/lmtp/commands.c b/src/lmtp/commands.c index a2b72513f3..f22991d821 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -1039,7 +1039,6 @@ client_input_data_write_local(struct client *client, struct istream *input) restrict_access_allow_coredumps(TRUE); if (chdir(base_dir) < 0) i_error("chdir(%s) failed: %m", base_dir); - } } }