]> git.sur5r.net Git - openldap/commitdiff
fix ITS#3001
authorPierangelo Masarati <ando@openldap.org>
Sat, 6 Mar 2004 17:05:52 +0000 (17:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 6 Mar 2004 17:05:52 +0000 (17:05 +0000)
CHANGES
servers/slapd/slap.h

diff --git a/CHANGES b/CHANGES
index 1aaf26d78cf49f6bfec24add9b819116506df985..bad36dac5b7fa52041a233ce1e3f55da28e02083 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ OpenLDAP 2.1 Change Log
 
 OpenLDAP 2.1.28 Engineering
        Fixed back-bdb slapadd crash (ITS#2974)
+       Fixed typo in ACL STYLE slap_style_e enum (ITS#3001)
 
 OpenLDAP 2.1.27 Release
        Fixed slapd replog ordering bug (ITS#2512)
index a218043f96e2740626395bf9a6b5eb6a99bbedaf..2ff51038c3509ed1e4b75566af118d51de6a05e4 100644 (file)
@@ -981,7 +981,7 @@ typedef enum slap_style_e {
        ACL_STYLE_ONE,
        ACL_STYLE_SUBTREE,
        ACL_STYLE_CHILDREN,
-       ACL_STYLE_ATTROF,
+       ACL_STYLE_ATTROF
 } slap_style_t;
 
 typedef struct slap_authz_info {