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

ludovicp
05.15.2010 8648906929c5f5a2806f4b8fd35565e75929c98a
Minor cleanup of confusing code.
1 files modified
5 ■■■■ changed files
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 5 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -1152,10 +1152,7 @@
      if (requestHandlerIndex >= numRequestHandlers) {
        requestHandlerIndex = 0;
      }
      if (requestHandler
          .registerClient(clientConnection)) {
      }
      requestHandler.registerClient(clientConnection);
    } catch (Exception e) {
      if (debugEnabled())
      {