]> granicus.if.org Git - apache/commitdiff
should be DAV_WALKTYPE_NORMAL, not _ALL
authorGreg Stein <gstein@apache.org>
Thu, 9 Nov 2000 11:56:26 +0000 (11:56 +0000)
committerGreg Stein <gstein@apache.org>
Thu, 9 Nov 2000 11:56:26 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86885 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/util_lock.c

index 71c2ddf8ed211fdbb0828b7441d7ed4564e866a6..edbd69d538b38bc1ed0a6bd17b7951fc944eeb8d 100644 (file)
@@ -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;