dovecot-2.0: director: If we need to send a failure reply to log...
dovecot at dovecot.org
dovecot at dovecot.org
Wed May 19 13:45:57 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/fc94106ca7e9
changeset: 11326:fc94106ca7e9
user: Timo Sirainen <tss at iki.fi>
date: Wed May 19 12:45:54 2010 +0200
description:
director: If we need to send a failure reply to login process, make it a temp failure.
diffstat:
src/director/login-connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2a5336ad86cd -r fc94106ca7e9 src/director/login-connection.c
--- a/src/director/login-connection.c Wed May 19 12:23:32 2010 +0200
+++ b/src/director/login-connection.c Wed May 19 12:45:54 2010 +0200
@@ -85,7 +85,7 @@
i_assert(strncmp(request->line, "OK\t", 3) == 0);
line = t_strconcat("FAIL\t",
t_strcut(request->line + 3, '\t'),
- NULL);
+ "\ttemp", NULL);
}
login_connection_send_line(request->conn, line);
} T_END;
More information about the dovecot-cvs
mailing list