[dovecot-cvs] dovecot/src/plugins/quota quota-maildir.c, 1.9.2.7, 1.9.2.8
tss at dovecot.org
tss at dovecot.org
Thu Dec 28 16:32:23 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/plugins/quota quota-maildir.c,1.18,1.19
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.15.2.7, 1.15.2.8 dbox-storage.h, 1.10.2.1, 1.10.2.2 dbox-sync-expunge.c, 1.15.2.3, 1.15.2.4 dbox-uidlist.c, 1.28.2.11, 1.28.2.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv586
Modified Files:
Tag: branch_1_0
quota-maildir.c
Log Message:
And compile fix..
Index: quota-maildir.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-maildir.c,v
retrieving revision 1.9.2.7
retrieving revision 1.9.2.8
diff -u -d -r1.9.2.7 -r1.9.2.8
--- quota-maildir.c 28 Dec 2006 16:27:47 -0000 1.9.2.7
+++ quota-maildir.c 28 Dec 2006 16:32:21 -0000 1.9.2.8
@@ -228,7 +228,7 @@
i_assert(root->fd == -1);
- dotlock_settings.use_dotlock_excl =
+ dotlock_settings.use_excl_lock =
(storage->flags & MAIL_STORAGE_FLAG_DOTLOCK_USE_EXCL) != 0;
fd = file_dotlock_open(&dotlock_settings, path,
DOTLOCK_CREATE_FLAG_NONBLOCK, &dotlock);
- Previous message: [dovecot-cvs] dovecot/src/plugins/quota quota-maildir.c,1.18,1.19
- Next message: [dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c, 1.15.2.7, 1.15.2.8 dbox-storage.h, 1.10.2.1, 1.10.2.2 dbox-sync-expunge.c, 1.15.2.3, 1.15.2.4 dbox-uidlist.c, 1.28.2.11, 1.28.2.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list