You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2005/07/28 11:43:05 UTC

svn commit: r225733 - /httpd/httpd/trunk/modules/ldap/util_ldap.c

Author: jorton
Date: Thu Jul 28 02:43:01 2005
New Revision: 225733

URL: http://svn.apache.org/viewcvs?rev=225733&view=rev
Log:
* modules/ldap/util_ldap.c (util_ldap_cmds): Make static const.

Modified:
    httpd/httpd/trunk/modules/ldap/util_ldap.c

Modified: httpd/httpd/trunk/modules/ldap/util_ldap.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/ldap/util_ldap.c?rev=225733&r1=225732&r2=225733&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ldap/util_ldap.c (original)
+++ httpd/httpd/trunk/modules/ldap/util_ldap.c Thu Jul 28 02:43:01 2005
@@ -2001,7 +2001,7 @@
     }
 }
 
-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 "