From: Kurt Zeilenga Date: Fri, 30 Jun 2000 17:09:52 +0000 (+0000) Subject: Quick fix to aci link error X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2501 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f1f8849ebb285dab07dfd06e75d1adef51f01a4;p=openldap Quick fix to aci link error --- diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 3efffe79be..f74e0d9c08 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -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;