Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71D4F1808F for ; Tue, 7 Jul 2015 15:21:21 +0000 (UTC) Received: (qmail 30556 invoked by uid 500); 7 Jul 2015 15:21:21 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 30493 invoked by uid 500); 7 Jul 2015 15:21:21 -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 30482 invoked by uid 99); 7 Jul 2015 15:21:21 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2015 15:21:21 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 350E0AC0335 for ; Tue, 7 Jul 2015 15:21:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1689698 - /httpd/httpd/trunk/modules/ldap/util_ldap.c Date: Tue, 07 Jul 2015 15:21:21 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150707152121.350E0AC0335@hades.apache.org> Author: covener Date: Tue Jul 7 15:21:20 2015 New Revision: 1689698 URL: http://svn.apache.org/r1689698 Log: remove old static ldc->reason --This line, and those bdelow, will be ignored-- M util_ldap.c Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=1689698&r1=1689697&r2=1689698&view=diff ============================================================================== --- httpd/httpd/trunk/modules/ldap/util_ldap.c (original) +++ httpd/httpd/trunk/modules/ldap/util_ldap.c Tue Jul 7 15:21:20 2015 @@ -1207,7 +1207,6 @@ start_over: ldc->reason = apr_psprintf(r->pool, "Comparison undefined: (%d): %s (adding to cache)", result, ldap_err2string(result)); - ldc->reason = "Comparison undefined (adding to cache)"; } }