| opendj-server-legacy/src/main/java/org/opends/server/core/IdleTimeLimitThread.java | ●●●●● patch | view | raw | blame | history |
opendj-server-legacy/src/main/java/org/opends/server/core/IdleTimeLimitThread.java
@@ -108,6 +108,11 @@ { for (ClientConnection c : ch.getClientConnections()) { if (c==null) { logger.trace("Null client connection found in \"" + ch.getConnectionHandlerName() + "\""); continue; } long idleTime = c.getIdleTime(); if (idleTime > 0) {