dovecot-1.1: Removed accidentally committed debug sleep().

dovecot at dovecot.org dovecot at dovecot.org
Mon May 5 00:24:58 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/23651c111fbd
changeset: 7499:23651c111fbd
user:      Timo Sirainen <tss at iki.fi>
date:      Mon May 05 00:24:54 2008 +0300
description:
Removed accidentally committed debug sleep().

diffstat:

1 file changed, 1 deletion(-)
src/lib-storage/index/mbox/istream-raw-mbox.c |    1 -

diffs (11 lines):

diff -r 85b48992cc97 -r 23651c111fbd src/lib-storage/index/mbox/istream-raw-mbox.c
--- a/src/lib-storage/index/mbox/istream-raw-mbox.c	Mon May 05 00:22:36 2008 +0300
+++ b/src/lib-storage/index/mbox/istream-raw-mbox.c	Mon May 05 00:24:54 2008 +0300
@@ -300,7 +300,6 @@ static ssize_t i_stream_raw_mbox_read(st
 		   cached next_offset? */
 		i_error("Next message unexpectedly lost from %"PRIuUOFF_T,
 			rstream->hdr_offset + rstream->mail_size);
-		sleep(3600);
 		rstream->eof = TRUE;
 		rstream->corrupted = TRUE;
 		return -1;


More information about the dovecot-cvs mailing list