]> git.sur5r.net Git - openldap/commitdiff
Quick fix to aci link error
authorKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jun 2000 17:09:52 +0000 (17:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 30 Jun 2000 17:09:52 +0000 (17:09 +0000)
servers/slapd/acl.c

index 3efffe79be57038d3cf8b2bb26d0e73bf528c534..f74e0d9c083b6c0441a845f12cb3d2335ebd2513 100644 (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;