From: William A. Rowe Jr Date: Sun, 21 Oct 2001 05:59:10 +0000 (+0000) Subject: On second thought, we like our dot, alot. X-Git-Tag: 2.0.27~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbf8c19978f9065f0b7435c1d6bde4b0ebba445e;p=apache 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 --- 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.