Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 33667 invoked by uid 500); 14 Aug 2001 19:46:24 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 33650 invoked from network); 14 Aug 2001 19:46:22 -0000 From: "Mladen Turk" To: "New-Httpd" Subject: [PATCH] WIN9X - Apache has caused an error in LIBAPR.DLL Date: Tue, 14 Aug 2001 21:50:56 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 570 I've send it couple of days ago, but still didn't found it yet on the CVS. Well here is the patch again : --- mpm_winnt.c.old Sat Aug 4 09:20:14 2001 +++ mpm_winnt.c Sat Aug 11 20:12:32 2001 @@ -1167,7 +1167,8 @@ CloseHandle(allowed_globals.jobsemaphore); apr_lock_destroy(allowed_globals.jobmutex); - apr_lock_destroy(qlock); + if (osver.dwPlatformId != VER_PLATFORM_WIN32_WINDOWS) + apr_lock_destroy(qlock); apr_pool_destroy(pchild); CloseHandle(exit_event); MT.