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

dugan
01.15.2007 39e0ea8a34ee4b61883acaa41b73fcf49da73d84
opends/src/server/org/opends/server/core/SearchOperationBasis.java
@@ -1040,7 +1040,7 @@
  /**
   * {@inheritDoc}
   */
  public final boolean returnReference(SearchResultReference reference)
  public final boolean returnReference(DN dn, SearchResultReference reference)
  {
    // See if the operation has been abandoned.  If so, then don't send the
    // reference and indicate that the search should end.
@@ -1073,7 +1073,7 @@
    // See if the client has permission to read this reference.
    if (AccessControlConfigManager.getInstance()
        .getAccessControlHandler().maySend(this, reference) == false) {
        .getAccessControlHandler().maySend(dn, this, reference) == false) {
      return true;
    }