From cbf8c19978f9065f0b7435c1d6bde4b0ebba445e Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 21 Oct 2001 05:59:10 +0000 Subject: [PATCH] On second thought, we like our dot, alot. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91616 13f79535-47bb-0310-9956-ffa450edef68 --- modules/arch/win32/mod_win32.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/arch/win32/mod_win32.c b/modules/arch/win32/mod_win32.c index b81cc2e456..923d1836e0 100644 --- a/modules/arch/win32/mod_win32.c +++ b/modules/arch/win32/mod_win32.c @@ -396,8 +396,6 @@ static apr_status_t ap_cgi_build_command(const char **cmd, const char ***argv, * 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. -- 2.50.1