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

neil_a_wilson
08.34.2007 e1ae310114c0ea558eb7fbada0c34d884af210f3
opendj-sdk/opends/src/server/org/opends/server/api/ClientConnection.java
@@ -129,7 +129,7 @@
  protected ClientConnection()
  {
    connectTime        = TimeThread.getTime();
    connectTimeString  = TimeThread.getUTCTime();
    connectTimeString  = TimeThread.getGMTTime();
    authenticationInfo = new AuthenticationInfo();
    saslAuthState      = null;
    bindInProgress     = false;