[dovecot-cvs] dovecot/src/imap cmd-store.c,1.18,1.19

cras at procontrol.fi cras at procontrol.fi
Sun Aug 10 22:14:42 EEST 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv594

Modified Files:
	cmd-store.c 
Log Message:
crashfix



Index: cmd-store.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/cmd-store.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cmd-store.c	6 Aug 2003 20:15:30 -0000	1.18
+++ cmd-store.c	10 Aug 2003 18:14:39 -0000	1.19
@@ -96,7 +96,7 @@
 	/* and update the flags */
 	box = client->mailbox;
 
-	if (!box->is_readonly(box)) {
+	if (box->is_readonly(box)) {
 		/* read-only, don't every try to get write locking */
 		failed = FALSE;
 	} else {



More information about the dovecot-cvs mailing list