]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Earlier compiler warning fix broke compiling completely..
authorTimo Sirainen <tss@iki.fi>
Mon, 11 May 2015 11:22:05 +0000 (14:22 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 11 May 2015 11:22:05 +0000 (14:22 +0300)
src/lmtp/commands.c

index a2b72513f3228bb7df1a18b343d1a7436bca6dbb..f22991d82121d539579c1b9a4c0c58bfe61fb2f4 100644 (file)
@@ -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);
-               }
        }
 }