mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
09.41.2016 642ce9c35148314aa41a95af1e8609ae170b67fe
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -420,7 +420,7 @@
    }
    // Load the values, a bind rule might want to evaluate them.
    final AttributeBuilder builder = new AttributeBuilder(refAttrType, ATTR_REFERRAL_URL);
    final AttributeBuilder builder = new AttributeBuilder(refAttrType);
    builder.addAllStrings(reference.getReferralURLs());
    final Entry e = new Entry(dn, null, null, null);