From: Eric Covener Date: Fri, 4 Jun 2010 02:03:57 +0000 (+0000) Subject: The rest of this cache display method just writes its response, and the caller doesn't X-Git-Tag: 2.3.6~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56e25c48e80ac8296134cc89327bc514d2272906;p=apache 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 --- 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)) {