mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Quick fix to aci link error
This commit is contained in:
parent
1a20c9a582
commit
1f1f8849eb
1 changed files with 1 additions and 1 deletions
|
|
@ -624,6 +624,7 @@ acl_mask(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef SLAPD_ACI_ENABLED
|
||||
if ( b->a_set_pat != NULL ) {
|
||||
struct berval bv;
|
||||
|
||||
|
|
@ -634,7 +635,6 @@ acl_mask(
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef SLAPD_ACI_ENABLED
|
||||
if ( b->a_aci_at != NULL ) {
|
||||
Attribute *at;
|
||||
slap_access_t grant, deny, tgrant, tdeny;
|
||||
|
|
|
|||
Loading…
Reference in a new issue