[dovecot-cvs] dovecot/src/plugins/quota quota-private.h,1.13,1.14
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 13:41:43 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv24458/plugins/quota
Modified Files:
quota-private.h
Log Message:
Cleanup: Don't put string literals into non-const pointers.
Index: quota-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-private.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- quota-private.h 17 Sep 2006 18:11:11 -0000 1.13
+++ quota-private.h 18 Nov 2006 13:41:41 -0000 1.14
@@ -51,7 +51,7 @@
pool_t pool;
/* Unique quota root name. */
- char *name;
+ const char *name;
/* pointer to the quota that owns this root */
struct quota *quota;
More information about the dovecot-cvs
mailing list