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

Nicolas Capponi
21.17.2016 58df6f18fee34844ed7a92a84379e3ec2bebed6d
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPClientConnection.java
@@ -250,7 +250,7 @@
    if (this.keepStats)
    {
      this.statTracker.updateConnect();
      this.useNanoTime = DirectoryServer.getUseNanoTime();
      this.useNanoTime = DirectoryServer.getCoreConfigManager().isUseNanoTime();
    }
    this.connectionID = DirectoryServer.newConnectionAccepted(this);
    context.asContext(HttpLogContext.class).setConnectionID(connectionID);