Commit 25300ab7 authored by Joe Orton's avatar Joe Orton
Browse files

* server/mpm/prefork/prefork.c (child_main): Tag pchild.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@405721 13f79535-47bb-0310-9956-ffa450edef68
parent 57abd718
Loading
Loading
Loading
Loading
+1 −0
Changes for server/mpm/prefork/prefork.c: 1 added line, 0 removed lines.
Original line number Diff line number Diff line
@@ -492,6 +492,7 @@ static void child_main(int child_num_arg)
    apr_allocator_max_free_set(allocator, ap_max_mem_free);
    apr_pool_create_ex(&pchild, pconf, NULL, allocator);
    apr_allocator_owner_set(allocator, pchild);
    apr_pool_tag(pchild, "pchild");

    apr_pool_create(&ptrans, pchild);
    apr_pool_tag(ptrans, "transaction");