* dump content after rendering it.
authorWilfried Göesgens <willi@citadel.org>
Mon, 15 Jun 2009 21:03:40 +0000 (21:03 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 15 Jun 2009 21:03:40 +0000 (21:03 +0000)
webcit/smtpqueue.c

index db7e4c19f0234b63baa6bba8d6fba60bb12525c2..7a2da8036d8e42308b774e50c3ed72b4519bc835 100644 (file)
@@ -216,7 +216,8 @@ void display_smtpqueue_inner_div(void) {
                wprintf(_("You do not have permission to view this resource."));
                wprintf("</div><br /><br />");
        }
-
+       output_headers(0, 0, 0, 0, 0, 0);
+       end_burst();
 }
 
 /**