diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-10-21 07:59:10 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-10-21 07:59:10 +0200 |
commit | cbf8c19978f9065f0b7435c1d6bde4b0ebba445e (patch) | |
tree | 22b62065cf86d6f10e0ef0de093e9c042d79dd12 /modules | |
parent | Round out const'ness (diff) | |
download | apache2-cbf8c19978f9065f0b7435c1d6bde4b0ebba445e.tar.xz apache2-cbf8c19978f9065f0b7435c1d6bde4b0ebba445e.zip |
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
Diffstat (limited to 'modules')
-rw-r--r-- | modules/arch/win32/mod_win32.c | 2 |
1 files changed, 0 insertions, 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. |