changeset 16795:7a4ae8d511a2

lib-auth: Recent cleanup commit was actually cleaning up too much.
author Timo Sirainen <tss@iki.fi>
date Sat, 21 Sep 2013 04:02:51 +0300
parents 0ec0dc639a54
children 09f5e8d6b8d4
files src/lib-auth/auth-master.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-auth/auth-master.c	Sat Sep 21 03:49:22 2013 +0300
+++ b/src/lib-auth/auth-master.c	Sat Sep 21 04:02:51 2013 +0300
@@ -690,7 +690,6 @@
 		ctx->failed = TRUE;
 	io_loop_set_current(conn->prev_ioloop);
 	conn->prefix = DEFAULT_USERDB_LOOKUP_PREFIX;
-	conn->reply_context = NULL;
 	return ctx;
 }