From: Eric Covener Date: Wed, 13 Mar 2019 20:00:29 +0000 (+0000) Subject: spotted by Ruediger X-Git-Tag: 2.5.0-alpha2-ci-test-only~2109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b07b35d90f436319947bd2b7058b586d9702e597;p=thirdparty%2Fapache%2Fhttpd.git spotted by Ruediger git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855455 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c index 249f64e8c29..94672f228b2 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.c @@ -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 {