From cvs-return-14719-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Thu Jan 23 18:03:36 2003 Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 63597 invoked by uid 500); 23 Jan 2003 18:03:35 -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 63586 invoked by uid 500); 23 Jan 2003 18:03:35 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 23 Jan 2003 18:03:34 -0000 Message-ID: <20030123180334.76749.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/dav/main props.c X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N jerenkrantz 2003/01/23 10:03:33 Modified: modules/dav/main props.c Log: Missed a word in a comment. Bah. Revision Changes Path 1.34 +1 -1 httpd-2.0/modules/dav/main/props.c Index: props.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/dav/main/props.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -u -r1.33 -r1.34 --- props.c 23 Jan 2003 17:59:20 -0000 1.33 +++ props.c 23 Jan 2003 18:03:33 -0000 1.34 @@ -596,7 +596,7 @@ (*propdb->db_hooks->close)(propdb->db); } - /* Currently, mod_dav's pool usage doesn't clearing this pool. */ + /* Currently, mod_dav's pool usage doesn't allow clearing this pool. */ #if 0 apr_pool_destroy(propdb->p); #endif