Commit 06e62b34 authored by Eric Covener's avatar Eric Covener
Browse files

spotted by Ruediger



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855455 13f79535-47bb-0310-9956-ffa450edef68
parent d2e1da82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -391,7 +391,7 @@ static const char *add_mime_options(cmd_parms *cmd, void *in_dc,
    else if (!strcasecmp(flag, "AllLastExtension")) {
        dc->all_last_ext = ALL_LAST_ON;
    }
    else if (!strcasecmp(flag, "AllLastExtension")) {
    else if (!strcasecmp(flag, "NoAllLastExtension")) {
        dc->all_last_ext = ALL_LAST_OFF;
    }
    else {