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

ludovicp
07.12.2010 065c1ae206bec7f9dcdd394f5fe06ab8e4005655
opends/src/server/org/opends/server/core/BindOperationBasis.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2007-2009 Sun Microsystems, Inc.
 *      Copyright 2007-2010 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import org.opends.messages.Message;
@@ -836,6 +836,9 @@
      // Stop the processing timer.
      setProcessingStopTime();
      // Log the bind response.
      logBindResponse(this);
      // Send the bind response to the client.
      clientConnection.sendResponse(this);
@@ -848,9 +851,6 @@
      clientConnection.finishBindOrStartTLS();
      // Log the bind response.
      logBindResponse(this);
      // Invoke the post-response bind plugins.
      invokePostResponsePlugins(workflowExecuted);
    }