dovecot-2.0: login: Crashfix on error conditions.
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Mon Apr  5 01:14:16 EEST 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/321ec63de44f
changeset: 11041:321ec63de44f
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Apr 05 01:14:14 2010 +0300
description:
login: Crashfix on error conditions.
diffstat:
 src/login-common/sasl-server.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r c88e1b2658a8 -r 321ec63de44f src/login-common/sasl-server.c
--- a/src/login-common/sasl-server.c	Mon Apr 05 01:08:31 2010 +0300
+++ b/src/login-common/sasl-server.c	Mon Apr 05 01:14:14 2010 +0300
@@ -103,8 +103,8 @@
 			sasl_reply = SASL_SERVER_REPLY_MASTER_ABORTED;
 			break;
 		}
+		client->mail_pid = reply->mail_pid;
 	}
-	client->mail_pid = reply->mail_pid;
 	call_client_callback(client, sasl_reply, data, NULL);
 }
 
    
    
More information about the dovecot-cvs
mailing list