From 47a13b30dfd5fdaf2e034021c65840167c5053d3 Mon Sep 17 00:00:00 2001 From: Greg Stein Date: Thu, 9 Nov 2000 11:56:26 +0000 Subject: [PATCH] should be DAV_WALKTYPE_NORMAL, not _ALL git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86885 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/util_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dav/main/util_lock.c b/modules/dav/main/util_lock.c index 71c2ddf8ed..edbd69d538 100644 --- a/modules/dav/main/util_lock.c +++ b/modules/dav/main/util_lock.c @@ -357,7 +357,7 @@ dav_error * dav_add_lock(request_rec *r, const dav_resource *resource, /* Walk existing collection and set indirect locks */ dav_walker_ctx ctx = { { 0 } }; - ctx.w.walk_type = DAV_WALKTYPE_ALL | DAV_WALKTYPE_AUTH; + ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_AUTH; ctx.w.func = dav_lock_walker; ctx.w.walk_ctx = &ctx; ctx.w.pool = r->pool; -- 2.50.1