[dovecot-cvs] dovecot/src/pop3 client.c,1.18,1.19

cras at procontrol.fi cras at procontrol.fi
Tue May 11 00:25:44 EEST 2004


Update of /home/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv14923/pop3

Modified Files:
	client.c 
Log Message:
index wasn't unlocked initially



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- client.c	10 May 2004 01:28:19 -0000	1.18
+++ client.c	10 May 2004 21:25:42 -0000	1.19
@@ -98,8 +98,10 @@
 			return FALSE;
 		}
 
-		if (!failed)
+		if (!failed) {
+			mailbox_transaction_commit(t);
 			return TRUE;
+		}
 
 		/* well, sync and try again */
 		if (mailbox_sync(client->mailbox, 0) < 0) {



More information about the dovecot-cvs mailing list