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

boli
30.19.2009 4b172e2d78312bb3ba4ca9ff79b4d0c9a9722708
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -845,7 +845,7 @@
      }
      // FIXME -- Log a message or something
      disconnect(DisconnectReason.SERVER_ERROR, true, null);
      disconnect(DisconnectReason.SERVER_ERROR, false, null);
      return;
    }
  }
@@ -1469,7 +1469,7 @@
        Message m =
            ERR_LDAP_CLIENT_DECODE_LDAP_MESSAGE_FAILED.get(String
                .valueOf(e));
        disconnect(DisconnectReason.PROTOCOL_ERROR, true, m);
        disconnect(DisconnectReason.PROTOCOL_ERROR, false, m);
        return false;
      }
    }