From: Wilfried Göesgens Date: Thu, 1 Oct 2009 19:06:58 +0000 (+0000) Subject: * dav_depth has to be initialized non-null, hacky so far. X-Git-Tag: v7.86~821 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b4bc0056fb176e2d3502b48d6f2c3ba3b13897a9 * dav_depth has to be initialized non-null, hacky so far. --- diff --git a/webcit/context_loop.c b/webcit/context_loop.c index bca5fdf35..bf2014404 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -477,6 +477,7 @@ void context_loop(ParsedHttpHdrs *Hdr) */ isbogus = ReadHTTPRequest(Hdr); + Hdr->HR.dav_depth = 32767; /* TODO: find a general way to have non-0 defaults */ if (!isbogus) isbogus = AnalyseHeaders(Hdr);