mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove comma at end of enumerator list.
This commit is contained in:
parent
aa90e4aade
commit
efcb1b0bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -1059,7 +1059,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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue