You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2019/03/13 20:00:29 UTC

svn commit: r1855455 - /httpd/httpd/trunk/modules/http/mod_mime.c

Author: covener
Date: Wed Mar 13 20:00:29 2019
New Revision: 1855455

URL: http://svn.apache.org/viewvc?rev=1855455&view=rev
Log:
spotted by Ruediger


Modified:
    httpd/httpd/trunk/modules/http/mod_mime.c

Modified: httpd/httpd/trunk/modules/http/mod_mime.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/mod_mime.c?rev=1855455&r1=1855454&r2=1855455&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/mod_mime.c (original)
+++ httpd/httpd/trunk/modules/http/mod_mime.c Wed Mar 13 20:00:29 2019
@@ -391,7 +391,7 @@ static const char *add_mime_options(cmd_
     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 {