[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-sync.c, 1.64,
1.65
cras at dovecot.org
cras at dovecot.org
Sat Jul 31 02:32:29 EEST 2004
Update of /home/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv23410/lib-storage/index/mbox
Modified Files:
mbox-sync.c
Log Message:
fix
Index: mbox-sync.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/mbox/mbox-sync.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- mbox-sync.c 30 Jul 2004 23:25:14 -0000 1.64
+++ mbox-sync.c 30 Jul 2004 23:32:27 -0000 1.65
@@ -278,7 +278,7 @@
mail_storage_set_critical(sync_ctx->ibox->box.storage,
"mbox sync: UID inserted in the middle of mailbox %s "
"(%u > %u)", sync_ctx->ibox->path, rec->uid, uid);
- ret = 0;
+ ret = 0; rec = NULL;
} else {
ret = 1;
}
More information about the dovecot-cvs
mailing list