From: Wilfried Göesgens Date: Mon, 15 Jun 2009 21:03:40 +0000 (+0000) Subject: * dump content after rendering it. X-Git-Tag: v7.86~1057 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ae64bebae7b8ba7f860d2c863c42bfc2e17a772e;p=citadel.git * dump content after rendering it. --- 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(); } /**