diff src/director/login-connection.c @ 11326:fc94106ca7e9 HEAD

director: If we need to send a failure reply to login process, make it a temp failure.
author Timo Sirainen <tss@iki.fi>
date Wed, 19 May 2010 12:45:54 +0200
parents 2a5336ad86cd
children c82a7922fca9
line wrap: on
line diff
--- 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;