]> granicus.if.org Git - apache/commitdiff
On second thought, we like our dot, alot.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Oct 2001 05:59:10 +0000 (05:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 21 Oct 2001 05:59:10 +0000 (05:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91616 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/win32/mod_win32.c

index b81cc2e4566c2757ef9194dd4fcc52f90e68bba9..923d1836e0bd744de9d4c4fc32689a3b224e0b0c 100644 (file)
@@ -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.