Commit 6ec1b34d authored by Joe Orton's avatar Joe Orton
Browse files

* modules/dav/main/mod_dav.c (dav_method_propfind): Tag the scratchpool.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1846651 13f79535-47bb-0310-9956-ffa450edef68
parent 05d88d87
Loading
Loading
Loading
Loading
+1 −0
Changes for modules/dav/main/mod_dav.c: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -2160,6 +2160,7 @@ static int dav_method_propfind(request_rec *r)
    ctx.r = r;
    ctx.bb = apr_brigade_create(r->pool, r->connection->bucket_alloc);
    apr_pool_create(&ctx.scratchpool, r->pool);
    apr_pool_tag(ctx.scratchpool, "mod_dav-scratch");

    /* ### should open read-only */
    if ((err = dav_open_lockdb(r, 0, &ctx.w.lockdb)) != NULL) {