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

Ludovic Poitou
29.56.2013 735cca98b5e15c79ee0eee4c78111d38a0604861
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2010-2012 ForgeRock AS.
 *      Portions Copyright 2010-2013 ForgeRock AS.
 */
package org.opends.server.protocols.ldap;
@@ -2480,6 +2480,13 @@
    buffer.append(operationsInProgress.size());
    buffer.append("\"");
    int countPSearch = getPersistentSearches().size();
    if (countPSearch > 0)
    {
      buffer.append("\" persistentSearches=\"");
      buffer.append(countPSearch);
      buffer.append("\"");
    }
    return buffer.toString();
  }