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

Jean-Noel Rouvignac
17.23.2015 a2c984366f119a651851cb4aa8f16466d3ae4e96
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1334,9 +1334,7 @@
          // associated with the provided message ID. The persistent
          // search will ensure that all other related persistent
          // searches are cancelled.
          CancelResult cancelResult = ps.cancel();
          return cancelResult;
          return ps.cancel();
        }
      }
@@ -1344,9 +1342,7 @@
    }
    else
    {
      CancelResult cancelResult = op.cancel(cancelRequest);
      return cancelResult;
      return op.cancel(cancelRequest);
    }
  }