Quick fix to aci link error

This commit is contained in:
Kurt Zeilenga 2000-06-30 17:09:52 +00:00
parent 1a20c9a582
commit 1f1f8849eb

View file

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