[dovecot-cvs] dovecot/src/pop3 client.c,1.22,1.23

cras at procontrol.fi cras at procontrol.fi
Sun May 16 22:50:29 EEST 2004


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

Modified Files:
	client.c 
Log Message:
fixes



Index: client.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/client.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- client.c	16 May 2004 01:37:32 -0000	1.22
+++ client.c	16 May 2004 19:50:27 -0000	1.23
@@ -110,7 +110,6 @@
 			return FALSE;
 		}
 	}
-	mailbox_transaction_commit(t);
 
 	client_send_line(client, "-ERR [IN-USE] Couldn't sync mailbox.");
 	return FALSE;
@@ -138,6 +137,7 @@
 	client->mailbox = mailbox_open(storage, "INBOX", 0);
 	if (client->mailbox == NULL) {
 		client_send_line(client, "-ERR No INBOX for user.");
+		client_destroy(client);
 		return NULL;
 	}
 



More information about the dovecot-cvs mailing list