From 56e25c48e80ac8296134cc89327bc514d2272906 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 4 Jun 2010 02:03:57 +0000 Subject: [PATCH] The rest of this cache display method just writes its response, and the caller doesn't care about the returned string. Issue a message to complete the /ldap-status cache handler page which otherwise looks truncated. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951237 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/util_ldap_cache_mgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ldap/util_ldap_cache_mgr.c b/modules/ldap/util_ldap_cache_mgr.c index 085dd1da4d..09be4e2f28 100644 --- a/modules/ldap/util_ldap_cache_mgr.c +++ b/modules/ldap/util_ldap_cache_mgr.c @@ -662,7 +662,8 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st) if (!util_ldap_cache) { - return "Cache has not been enabled/initialised."; + ap_rputs("Cache has not been enabled/initialised.", r); + return NULL; } if (r->args && strlen(r->args)) { -- 2.40.0