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:
@@ -688,6 +688,9 @@ char *util_ald_cache_display(request_rec *r, util_ldap_state_t *st)
|
||||
}
|
||||
|
||||
}
|
||||
else {
|
||||
buf = "";
|
||||
}
|
||||
}
|
||||
else {
|
||||
ap_rputs("<p>\n"
|
||||
|
Reference in New Issue
Block a user