Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61026 invoked by uid 500); 18 Sep 2001 03:51:56 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 61007 invoked by uid 500); 18 Sep 2001 03:51:56 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Sep 2001 03:46:14 -0000 Message-ID: <20010918034614.11176.qmail@icarus.apache.org> From: gstein@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/dav/main util.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N gstein 01/09/17 20:46:13 Modified: modules/dav/main util.c Log: Need to store the pool into the xmlns structure. Revision Changes Path 1.35 +1 -0 httpd-2.0/modules/dav/main/util.c Index: util.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/dav/main/util.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- util.c 2001/09/11 12:29:28 1.34 +++ util.c 2001/09/18 03:46:13 1.35 @@ -404,6 +404,7 @@ { dav_xmlns_info *xi = apr_pcalloc(pool, sizeof(*xi)); + xi->pool = pool; xi->uri_prefix = apr_hash_make(pool); xi->prefix_uri = apr_hash_make(pool);