diff options
-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. |