Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AFE2E719 for ; Mon, 18 Mar 2013 21:39:04 +0000 (UTC) Received: (qmail 12001 invoked by uid 500); 18 Mar 2013 21:39:03 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 11927 invoked by uid 500); 18 Mar 2013 21:39:02 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 11895 invoked by uid 99); 18 Mar 2013 21:39:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 21:39:02 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [188.40.99.202] (HELO eru.sfritsch.de) (188.40.99.202) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 21:38:57 +0000 Received: from [10.1.1.6] (helo=k.localnet) by eru.sfritsch.de with esmtp (Exim 4.72) (envelope-from ) id 1UHhlL-0006bQ-DY for dev@httpd.apache.org; Mon, 18 Mar 2013 22:38:35 +0100 From: Stefan Fritsch To: dev@httpd.apache.org Subject: Re: svn commit: r1458003 - /httpd/httpd/trunk/server/util_expr_eval.c Date: Mon, 18 Mar 2013 22:38:34 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <20130318211332.379C5238890D@eris.apache.org> <53E1A4AF-B3B4-4F52-BDB2-9A861110103C@sharp.fm> In-Reply-To: <53E1A4AF-B3B4-4F52-BDB2-9A861110103C@sharp.fm> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201303182238.35098.sf@sfritsch.de> X-Virus-Checked: Checked by ClamAV on apache.org On Monday 18 March 2013, Graham Leggett wrote: > This code came from mod_auth_digest, which could probably also be > simplified: Done, thanks.