| opends/src/server/org/opends/server/core/IdleTimeLimitThread.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/core/IdleTimeLimitThread.java
@@ -22,7 +22,7 @@ * * * Copyright 2008 Sun Microsystems, Inc. * Portions copyright 2012 ForgeRock AS. * Portions copyright 2012-2014 ForgeRock AS. */ package org.opends.server.core; import org.opends.messages.Message; @@ -127,7 +127,7 @@ long idleTimeLimit = c.getIdleTimeLimit(); if (idleTimeLimit > 0) { if (idleTime > idleTimeLimit) if (idleTime >= idleTimeLimit) { if (debugEnabled()) {