Commit 5a4aba09 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent ce9a6a1c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.