[dovecot-cvs] dovecot/src/login-common master.c,1.12,1.13

cras at dovecot.org cras at dovecot.org
Fri Nov 26 21:15:30 EET 2004


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv25062

Modified Files:
	master.c 
Log Message:
fix



Index: master.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/master.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- master.c	24 Nov 2004 16:46:15 -0000	1.12
+++ master.c	26 Nov 2004 19:15:27 -0000	1.13
@@ -34,9 +34,8 @@
 	client->master_tag = 0;
 	client->master_callback = NULL;
 
-	hash_remove(master_requests, POINTER_CAST(reply->tag));
-
 	master_callback(client, reply->success);
+	hash_remove(master_requests, POINTER_CAST(reply->tag));
 	/* NOTE: client may be destroyed now */
 }
 



More information about the dovecot-cvs mailing list