From ae64bebae7b8ba7f860d2c863c42bfc2e17a772e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 15 Jun 2009 21:03:40 +0000 Subject: [PATCH] * dump content after rendering it. --- webcit/smtpqueue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index db7e4c19f..7a2da8036 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -216,7 +216,8 @@ void display_smtpqueue_inner_div(void) { wprintf(_("You do not have permission to view this resource.")); wprintf("

"); } - + output_headers(0, 0, 0, 0, 0, 0); + end_burst(); } /** -- 2.30.2