]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spotted by Ruediger
authorEric Covener <covener@apache.org>
Wed, 13 Mar 2019 20:00:29 +0000 (20:00 +0000)
committerEric Covener <covener@apache.org>
Wed, 13 Mar 2019 20:00:29 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855455 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index 249f64e8c29f4bf8d252edd07bddc562657b1cdb..94672f228b24e706137601ed851f32fa32315988 100644 (file)
@@ -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 {