[dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.44, 1.45 mail-index.c, 1.244, 1.245

tss at dovecot.org tss at dovecot.org
Sun Nov 12 18:02:17 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv22218

Modified Files:
	mail-cache-compress.c mail-index.c 
Log Message:
Removed code which is never called.



Index: mail-cache-compress.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache-compress.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- mail-cache-compress.c	13 Oct 2006 15:33:03 -0000	1.44
+++ mail-cache-compress.c	12 Nov 2006 18:02:15 -0000	1.45
@@ -270,7 +270,6 @@
 			return -1;
 		}
 	}
-	return -1;
 }
 
 static int mail_cache_compress_locked(struct mail_cache *cache,

Index: mail-index.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.c,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- mail-index.c	7 Nov 2006 21:33:51 -0000	1.244
+++ mail-index.c	12 Nov 2006 18:02:15 -0000	1.245
@@ -987,10 +987,6 @@
 			return -1;
 		}
 	}
-
-	/* Too many ESTALE retries */
-	mail_index_set_syscall_error(index, "read_map()");
-	return -1;
 }
 
 static int mail_index_map_try_existing(struct mail_index_map *map)



More information about the dovecot-cvs mailing list