fix ITS#3001

This commit is contained in:
Pierangelo Masarati 2004-03-06 17:05:52 +00:00
parent b95f4bb218
commit 3aaeb43344
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View 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 {