From b4bc0056fb176e2d3502b48d6f2c3ba3b13897a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Thu, 1 Oct 2009 19:06:58 +0000 Subject: [PATCH] * dav_depth has to be initialized non-null, hacky so far. --- webcit/context_loop.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.30.2