1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

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
This commit is contained in:
Eric Covener
2010-06-04 02:03:57 +00:00
parent dd90ac4591
commit 56e25c48e8

View File

@@ -662,7 +662,8 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
if (!util_ldap_cache) {
return "<tr valign='top'><td nowrap colspan=7>Cache has not been enabled/initialised.</td></tr>";
ap_rputs("<tr valign='top'><td nowrap colspan=7>Cache has not been enabled/initialised.</td></tr>", r);
return NULL;
}
if (r->args && strlen(r->args)) {