From 2661e2869de071c72becd1717dbf6d6b0ceea400 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 13 Sep 2004 11:11:32 +0000 Subject: [PATCH] * 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 --- modules/ldap/util_ldap_cache_mgr.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.40.0