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

matthew_swift
10.41.2008 218b40d6e175f5b58b89ff7e0b3050577d3aff2f
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendBindOperation.java
@@ -178,12 +178,13 @@
  /**
   * Process this bind operation in a local backend.
   *
   * @param  backend  The backend in which the bind operation should be
   *                  processed.
   * @param wfe
   *          The local backend work-flow element.
   *
   */
  void processLocalBind(Backend backend)
  void processLocalBind(LocalBackendWorkflowElement wfe)
  {
    this.backend = backend;
    this.backend = wfe.getBackend();
    // Initialize a number of variables for use during the bind processing.
    clientConnection         = getClientConnection();