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

boli
18.44.2008 ce22e7ed1c95b7a2b18e29eeb67d4d5d43aefa84
opendj-sdk/opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -2964,7 +2964,9 @@
                                      CancelRequest cancelRequest)
  {
    // Internal operations cannot be cancelled.
    return CancelResult.CANNOT_CANCEL;
    // TODO: i18n
    return new CancelResult(ResultCode.CANNOT_CANCEL,
        Message.raw("Internal operations cannot be cancelled"));
  }