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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -408,7 +408,7 @@
  /** The statistics tracker associated with this client connection. */
  private final LDAPStatistics statTracker;
  private boolean useNanoTime=false;
  private boolean useNanoTime;
  /** The connection ID assigned to this connection. */
@@ -447,10 +447,10 @@
  private final int bufferSize;
  private final RedirectingByteChannel saslChannel;
  private final RedirectingByteChannel tlsChannel;
  private volatile ConnectionSecurityProvider saslActiveProvider = null;
  private volatile ConnectionSecurityProvider tlsActiveProvider = null;
  private volatile ConnectionSecurityProvider saslPendingProvider = null;
  private volatile ConnectionSecurityProvider tlsPendingProvider = null;
  private volatile ConnectionSecurityProvider saslActiveProvider;
  private volatile ConnectionSecurityProvider tlsActiveProvider;
  private volatile ConnectionSecurityProvider saslPendingProvider;
  private volatile ConnectionSecurityProvider tlsPendingProvider;
  /**