[Dovecot] v1.1.rc13 released
Diego Liziero
diegoliz at gmail.com
Fri Jun 20 23:04:13 EEST 2008
Any chance to have this assert converted to error as last patch before 1.1?
Or am I the only one that is still getting this in rc13?
Regards,
Diego
--- ./src/lib-storage/index/index-sync.c-orig 2008-03-13
16:46:36.000000000 +0100
+++ ./src/lib-storage/index/index-sync.c 2008-03-13
16:51:38.000000000 +0100
@@ -36,7 +36,9 @@
void index_mailbox_set_recent_uid(struct index_mailbox *ibox, uint32_t uid)
{
if (uid <= ibox->recent_flags_prev_uid) {
- i_assert(seq_range_exists(&ibox->recent_flags, uid));
+ /*i_assert(seq_range_exists(&ibox->recent_flags, uid));*/
+ if (!seq_range_exists(&ibox->recent_flags, uid))
+ i_error("seq_range_exists(&ibox->recent_flags,
uid) uid=%d",uid);
return;
}
ibox->recent_flags_prev_uid = uid;
More information about the dovecot
mailing list