dovecot: Compile fix for last changes.

dovecot at dovecot.org dovecot at dovecot.org
Sun Nov 18 21:44:26 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/ff9e591a2aa5
changeset: 6835:ff9e591a2aa5
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Nov 18 21:44:22 2007 +0200
description:
Compile fix for last changes.

diffstat:

1 file changed, 4 deletions(-)
src/login-common/sasl-server.c |    4 ----

diffs (21 lines):

diff -r ff62b2323a97 -r ff9e591a2aa5 src/login-common/sasl-server.c
--- a/src/login-common/sasl-server.c	Sun Nov 18 20:14:00 2007 +0200
+++ b/src/login-common/sasl-server.c	Sun Nov 18 21:44:22 2007 +0200
@@ -72,8 +72,6 @@ static void authenticate_callback(struct
 	}
 
 	i_assert(client->auth_request == request);
-	client->waiting_auth_reply = FALSE;
-
 	switch (status) {
 	case 0:
 		/* continue */
@@ -190,8 +188,6 @@ static void sasl_server_auth_cancel(stru
 	}
 
 	client->authenticating = FALSE;
-	client->waiting_auth_reply = FALSE;
-
 	if (client->auth_request != NULL) {
 		auth_client_request_abort(client->auth_request);
 		client->auth_request = NULL;


More information about the dovecot-cvs mailing list