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

ludovicp
07.12.2010 065c1ae206bec7f9dcdd394f5fe06ab8e4005655
opends/src/server/org/opends/server/core/ModifyDNOperationBasis.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import org.opends.messages.MessageBuilder;
@@ -651,6 +651,9 @@
      // Stop the processing timer.
      setProcessingStopTime();
      // Log the modify DN response.
      logModifyDNResponse(this);
      if(cancelRequest == null || cancelResult == null ||
          cancelResult.getResultCode() != ResultCode.CANCELED ||
          cancelRequest.notifyOriginalRequestor() ||
@@ -659,9 +662,6 @@
        clientConnection.sendResponse(this);
      }
      // Log the modify DN response.
      logModifyDNResponse(this);
      // Invoke the post-response callbacks.
      if (workflowExecuted) {
        invokePostResponseCallbacks();