dovecot-1.1: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 2 22:10:33 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/09f98612f10d
changeset: 7600:09f98612f10d
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 02 22:08:58 2008 +0300
description:
Compiler warning fix

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib-storage/index/dbox/dbox-file-maildir.c |    2 +-

diffs (12 lines):

diff -r d5588b153cf6 -r 09f98612f10d src/lib-storage/index/dbox/dbox-file-maildir.c
--- a/src/lib-storage/index/dbox/dbox-file-maildir.c	Mon Jun 02 21:20:22 2008 +0300
+++ b/src/lib-storage/index/dbox/dbox-file-maildir.c	Mon Jun 02 22:08:58 2008 +0300
@@ -40,7 +40,7 @@ const char *dbox_file_maildir_metadata_g
 {
 	struct stat st;
 	uoff_t size;
-	const char *p, *value = NULL;
+	const char *value = NULL;
 
 	switch (key) {
 	case DBOX_METADATA_FLAGS:


More information about the dovecot-cvs mailing list