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

ludovicp
05.15.2010 ec21b5053ed7418c9d52785b68b58929537f0c11
Minor cleanup of confusing code.
1 files modified
5 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java 5 ●●●● patch | view | raw | blame | history
opendj-sdk/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())
      {