changeset 7021:c4f4fa03e14e HEAD

Added assert
author Timo Sirainen <tss@iki.fi>
date Sat, 22 Dec 2007 02:52:39 +0200
parents a567e6863aa7
children ebdd050c0a58
files src/imap/imap-fetch.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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];