Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 98667 invoked from network); 13 Sep 2004 11:11:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 11:11:36 -0000 Received: (qmail 29380 invoked by uid 500); 13 Sep 2004 11:11:35 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 29194 invoked by uid 500); 13 Sep 2004 11:11:34 -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: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 29181 invoked by uid 500); 13 Sep 2004 11:11:34 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 29178 invoked by uid 99); 13 Sep 2004 11:11:34 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Sep 2004 04:11:34 -0700 Received: (qmail 98591 invoked by uid 1582); 13 Sep 2004 11:11:32 -0000 Date: 13 Sep 2004 11:11:32 -0000 Message-ID: <20040913111132.98590.qmail@minotaur.apache.org> From: jorton@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/ldap util_ldap_cache_mgr.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N jorton 2004/09/13 04:11:32 Modified: modules/ldap util_ldap_cache_mgr.c Log: * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return empty string on error path. Revision Changes Path 1.8 +3 -0 httpd-2.0/modules/ldap/util_ldap_cache_mgr.c Index: util_ldap_cache_mgr.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/ldap/util_ldap_cache_mgr.c,v retrieving revision 1.7 retrieving revision 1.8 diff -d -w -u -r1.7 -r1.8 --- util_ldap_cache_mgr.c 13 Sep 2004 10:59:55 -0000 1.7 +++ util_ldap_cache_mgr.c 13 Sep 2004 11:11:32 -0000 1.8 @@ -688,6 +688,9 @@ } } + else { + buf = ""; + } } else { ap_rputs("

\n"