]> granicus.if.org Git - apache/commitdiff
* modules/ldap/util_ldap.c (util_ldap_cmds): Make static const.
authorJoe Orton <jorton@apache.org>
Thu, 28 Jul 2005 09:43:01 +0000 (09:43 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 28 Jul 2005 09:43:01 +0000 (09:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225733 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c

index 191af375131901d784b6c537b88d35b1c5191845..666af4fa5a20b8bc04a2f4473f2c4377a20911b7 100644 (file)
@@ -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 "