[dovecot-cvs] dovecot/src/lib-storage mail-storage-private.h, 1.36, 1.37

tss at dovecot.org tss at dovecot.org
Sat Nov 18 14:05:48 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-storage
In directory talvi:/tmp/cvs-serv25781

Modified Files:
	mail-storage-private.h 
Log Message:
const fix



Index: mail-storage-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage-private.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- mail-storage-private.h	16 Nov 2006 00:16:32 -0000	1.36
+++ mail-storage-private.h	18 Nov 2006 14:05:46 -0000	1.37
@@ -55,7 +55,7 @@
 };
 
 struct mail_storage {
-	char *name;
+	const char *name;
 	bool mailbox_is_file;
 
         struct mail_storage_vfuncs v;



More information about the dovecot-cvs mailing list