Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 26592 invoked by uid 500); 21 Oct 2001 06:06:03 -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 26579 invoked by uid 500); 21 Oct 2001 06:06:03 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 21 Oct 2001 05:59:10 -0000 Message-ID: <20011021055910.71000.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/arch/win32 mod_win32.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 01/10/20 22:59:10 Modified: modules/arch/win32 mod_win32.c Log: On second thought, we like our dot, alot. Revision Changes Path 1.4 +0 -2 httpd-2.0/modules/arch/win32/mod_win32.c Index: mod_win32.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/arch/win32/mod_win32.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mod_win32.c 2001/10/21 04:18:15 1.3 +++ mod_win32.c 2001/10/21 05:59:10 1.4 @@ -396,8 +396,6 @@ * we will consider */ ext = strrchr(apr_filename_of_pathname(r->filename), '.'); - if (ext) - ++ext; /* If the file has an extension and it is not .com and not .exe and * we've been instructed to search the registry, then do so.