From cvs-return-65224-archive-asf-public=cust-asf.ponee.io@httpd.apache.org Wed Mar 13 20:00:31 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BCA5218064A for ; Wed, 13 Mar 2019 21:00:30 +0100 (CET) Received: (qmail 84024 invoked by uid 500); 13 Mar 2019 20:00:29 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 84015 invoked by uid 99); 13 Mar 2019 20:00:29 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2019 20:00:29 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5CE103A01A7 for ; Wed, 13 Mar 2019 20:00:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1855455 - /httpd/httpd/trunk/modules/http/mod_mime.c Date: Wed, 13 Mar 2019 20:00:29 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190313200029.5CE103A01A7@svn01-us-west.apache.org> 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 {