[dovecot-cvs] dovecot/src/plugins/quota quota.c,1.8.2.3,1.8.2.4
tss at dovecot.org
tss at dovecot.org
Sun Dec 3 19:12:07 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv15768/src/plugins/quota
Modified Files:
Tag: branch_1_0
quota.c
Log Message:
// comments -> /* */ comments
Index: quota.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota.c,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -u -d -r1.8.2.3 -r1.8.2.4
--- quota.c 3 Dec 2006 16:15:10 -0000 1.8.2.3
+++ quota.c 3 Dec 2006 19:12:05 -0000 1.8.2.4
@@ -180,7 +180,7 @@
/* create a new quota root for the storage */
struct quota_root *root;
- root = quota_root_init(setups[0], ""); // FIXME: name?
+ root = quota_root_init(setups[0], ""); /* FIXME: name? */
found = quota_mail_storage_add_root(storage, root);
i_assert(found);
}
More information about the dovecot-cvs
mailing list