# HG changeset patch # User Timo Sirainen # Date 1198284759 -7200 # Node ID c4f4fa03e14ecfd918c24b96b6fc298862f7fae9 # Parent a567e6863aa72f1c61a64a2003c29b87629c6b57 Added assert diff -r a567e6863aa7 -r c4f4fa03e14e src/imap/imap-fetch.c --- a/src/imap/imap-fetch.c Sat Dec 22 02:42:42 2007 +0200 +++ b/src/imap/imap-fetch.c Sat Dec 22 02:52:39 2007 +0200 @@ -299,6 +299,7 @@ return -1; } + i_assert(ctx->cur_input == NULL); T_FRAME( const struct imap_fetch_context_handler *h = &handlers[ctx->cur_handler];