From: Timo Sirainen Date: Sun, 4 May 2008 21:24:54 +0000 (+0300) Subject: Removed accidentally committed debug sleep(). X-Git-Tag: 1.1.rc5~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9158a6d7b36758e57d78527d3345b799f71751d2;p=thirdparty%2Fdovecot%2Fcore.git Removed accidentally committed debug sleep(). --HG-- branch : HEAD --- diff --git a/src/lib-storage/index/mbox/istream-raw-mbox.c b/src/lib-storage/index/mbox/istream-raw-mbox.c index ce80ef9922..97094e02c3 100644 --- a/src/lib-storage/index/mbox/istream-raw-mbox.c +++ b/src/lib-storage/index/mbox/istream-raw-mbox.c @@ -300,7 +300,6 @@ static ssize_t i_stream_raw_mbox_read(struct istream_private *stream) 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;