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

floblanc
06.26.2008 78d0902c64346883885504cfc43ec335951429c2
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1814,6 +1814,7 @@
    if (keepStats)
    {
      statTracker.updateMessageRead(message);
      this.getNetworkGroup().updateMessageRead(message);
    }
    synchronized (operationsPerformedLock) {
      operationsPerformed++;