mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/ldap/util_ldap.c (util_ldap_cmds): Make static const.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2001,7 +2001,7 @@ static void util_ldap_child_init(apr_pool_t *p, server_rec *s)
|
||||
}
|
||||
}
|
||||
|
||||
command_rec util_ldap_cmds[] = {
|
||||
static const command_rec util_ldap_cmds[] = {
|
||||
AP_INIT_TAKE1("LDAPSharedCacheSize", util_ldap_set_cache_bytes,
|
||||
NULL, RSRC_CONF,
|
||||
"Set the size of the shared memory cache (in bytes). Use "
|
||||
|
Reference in New Issue
Block a user