]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
* add wildfire output to errormessages
[citadel.git] / webcit / webcit.c
index 7abf512d6a739da4944fa51af6e2dcde7926fda2..49884f250599197380206c1bb49990eca435ca42 100644 (file)
@@ -590,6 +590,7 @@ void session_loop(HashList *HTTPHeaders, StrBuf *ReqLine, StrBuf *request_method
        WCC->upload = NULL;
        WCC->is_mobile = 0;
        WCC->trailing_javascript = NewStrBuf();
+       WCC->nWildfireHeaders = 0;
 
        /** Figure out the action */
        index[0] = action;