Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 81917 invoked by uid 500); 10 Apr 2002 15:17:43 -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 81901 invoked by uid 500); 10 Apr 2002 15:17:43 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 10 Apr 2002 15:17:42 -0000 Message-ID: <20020410151742.53417.qmail@icarus.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server/mpm/winnt mpm_winnt.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stoddard 02/04/10 08:17:42 Modified: server/mpm/winnt mpm_winnt.c Log: Ooops. Don't whack our ptrans pool. Revision Changes Path 1.262 +0 -1 httpd-2.0/server/mpm/winnt/mpm_winnt.c Index: mpm_winnt.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/mpm_winnt.c,v retrieving revision 1.261 retrieving revision 1.262 diff -u -r1.261 -r1.262 --- mpm_winnt.c 10 Apr 2002 14:52:38 -0000 1.261 +++ mpm_winnt.c 10 Apr 2002 15:17:42 -0000 1.262 @@ -214,7 +214,6 @@ */ if (context) { apr_pool_clear(context->ptrans); - context->ptrans = NULL; context->next = NULL; apr_thread_mutex_lock(qlock); if (qtail)