]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed accidentally committed debug sleep().
authorTimo Sirainen <tss@iki.fi>
Sun, 4 May 2008 21:24:54 +0000 (00:24 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 4 May 2008 21:24:54 +0000 (00:24 +0300)
--HG--
branch : HEAD

src/lib-storage/index/mbox/istream-raw-mbox.c

index ce80ef99222ef2947f02e4e9a6a0430386c8fe01..97094e02c3deaf491c90fc554fa5ea53d7bdfa5e 100644 (file)
@@ -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;