[dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.42.2.1, 1.42.2.2 mail-index.c, 1.230.2.8, 1.230.2.9
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 18:02:17 UTC 2006
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.44, 1.45 mail-index.c, 1.244, 1.245
- Next message: [dovecot-cvs] dovecot/src/plugins/quota quota-plugin.c, 1.3, 1.3.2.1 quota-plugin.h, 1.1, 1.1.2.1 quota-private.h, 1.7.2.1, 1.7.2.2 quota-storage.c, 1.6.2.2, 1.6.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv22222
Modified Files:
Tag: branch_1_0
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.42.2.1
retrieving revision 1.42.2.2
diff -u -d -r1.42.2.1 -r1.42.2.2
--- mail-cache-compress.c 13 Oct 2006 15:32:31 -0000 1.42.2.1
+++ mail-cache-compress.c 12 Nov 2006 18:02:14 -0000 1.42.2.2
@@ -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.230.2.8
retrieving revision 1.230.2.9
diff -u -d -r1.230.2.8 -r1.230.2.9
--- mail-index.c 7 Nov 2006 21:33:41 -0000 1.230.2.8
+++ mail-index.c 12 Nov 2006 18:02:14 -0000 1.230.2.9
@@ -985,10 +985,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)
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-compress.c, 1.44, 1.45 mail-index.c, 1.244, 1.245
- Next message: [dovecot-cvs] dovecot/src/plugins/quota quota-plugin.c, 1.3, 1.3.2.1 quota-plugin.h, 1.1, 1.1.2.1 quota-private.h, 1.7.2.1, 1.7.2.2 quota-storage.c, 1.6.2.2, 1.6.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list