From: Joe Orton Date: Mon, 13 Sep 2004 11:11:32 +0000 (+0000) Subject: * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return X-Git-Tag: 2.1.1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2661e2869de071c72becd1717dbf6d6b0ceea400;p=apache * modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return empty string on error path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap_cache_mgr.c b/modules/ldap/util_ldap_cache_mgr.c index 373843e5b7..a426898855 100644 --- a/modules/ldap/util_ldap_cache_mgr.c +++ b/modules/ldap/util_ldap_cache_mgr.c @@ -688,6 +688,9 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st) } } + else { + buf = ""; + } } else { ap_rputs("

\n"