1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

* 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
This commit is contained in:
Joe Orton
2004-09-13 11:11:32 +00:00
parent b3c6ffe052
commit 2661e2869d

View File

@@ -688,6 +688,9 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
}
}
else {
buf = "";
}
}
else {
ap_rputs("<p>\n"