Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DB935200CAD for ; Mon, 5 Jun 2017 15:13:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA4F8160BBF; Mon, 5 Jun 2017 13:13:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 26502160BD4 for ; Mon, 5 Jun 2017 15:13:22 +0200 (CEST) Received: (qmail 42867 invoked by uid 500); 5 Jun 2017 13:13:22 -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 42857 invoked by uid 99); 5 Jun 2017 13:13:22 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2017 13:13:22 +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 BD8B93A01A9 for ; Mon, 5 Jun 2017 13:13:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1797662 - /httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Date: Mon, 05 Jun 2017 13:13:21 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170605131321.BD8B93A01A9@svn01-us-west.apache.org> archived-at: Mon, 05 Jun 2017 13:13:24 -0000 Author: covener Date: Mon Jun 5 13:13:21 2017 New Revision: 1797662 URL: http://svn.apache.org/viewvc?rev=1797662&view=rev Log: whitespace and match 2.4.x Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c?rev=1797662&r1=1797661&r2=1797662&view=diff ============================================================================== --- httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c (original) +++ httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c Mon Jun 5 13:13:21 2017 @@ -1121,7 +1121,7 @@ static const char *cmd_servertype(cmd_pa if (!strcasecmp(val, "GENERIC")) { dconf->backend_type = BACKEND_GENERIC; } - else if (!strcasecmp(val, "FPM")) { + else if (!strcasecmp(val, "FPM")) { dconf->backend_type = BACKEND_FPM; } else {