* evade double calls to output_headers
[citadel.git] / webcit / webcit.c
index b2060a16b00368a4decb63f7e172a58f59d3d7db..d7beab0c3bd9ca85d17ca3082f3fe0b96740f667 100644 (file)
@@ -378,7 +378,6 @@ void url_do_template(void) {
        const StrBuf *MimeType;
        const StrBuf *Tmpl = sbstr("template");
        begin_burst();
-       output_headers(0, 0, 0, 0, 1, 0);
        MimeType = DoTemplate(SKEY(Tmpl), NULL, &NoCtx);
        http_transmit_thing(ChrPtr(MimeType), 0);
 }