[dovecot-cvs] dovecot/src/plugins/trash trash-plugin.c, 1.5.2.2, 1.5.2.3
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 18:48:31 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/trash
In directory talvi:/tmp/cvs-serv23548/trash
Modified Files:
Tag: branch_1_0
trash-plugin.c
Log Message:
s/quota/quota_set/ so we don't conflict with the quota symbol already
present in Mac OS X.
Index: trash-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/trash/trash-plugin.c,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -d -r1.5.2.2 -r1.5.2.3
--- trash-plugin.c 4 Nov 2006 19:51:21 -0000 1.5.2.2
+++ trash-plugin.c 12 Nov 2006 18:48:28 -0000 1.5.2.3
@@ -339,7 +339,7 @@
if (env == NULL)
return;
- if (quota == NULL) {
+ if (quota_set == NULL) {
i_error("trash plugin: quota plugin not initialized");
return;
}
More information about the dovecot-cvs
mailing list