]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/aclparse.c
fix declarations of buffers for numeric strings; other related cleanup
[openldap] / servers / slapd / aclparse.c
index 37db9afd7f80fbdbaf8fed5496b23ed83f823ab0..22d2388853bec99e0eda6f1dc2f89234ecb1bb80 100644 (file)
@@ -39,7 +39,7 @@
 #include "lutil.h"
 
 static const char style_base[] = "base";
-char *style_strings[] = {
+const char *style_strings[] = {
        "regex",
        "expand",
        "exact",