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

dugan
13.43.2009 175f08d790150d14d4deab2c04d0d3add6c75180
Remove meaningless SASL phase 2 comments.
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 5 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -769,7 +769,6 @@
    if (writerBuffer == null)
    {
      writerBuffer = new WriterBuffer();
      // TODO SASLPhase2 maybe don't want to cache these
      if (isSecure())
      {
        int appBufSize = activeProvider.getAppBufSize();
@@ -792,9 +791,6 @@
        {
          TRACER.debugProtocolElement(DebugLogLevel.VERBOSE,
              message.toString());
          // TODO SASLPhase2 message buffer?
          // TRACER.debugData(DebugLogLevel.VERBOSE, messageBuffer);
        }
        if (keepStats)
@@ -2378,7 +2374,6 @@
  {
    if (isSecure() && activeProvider.getName().equals("TLS"))
    {
      // TODO SASLPhase2 more general message
      unavailableReason.append(ERR_LDAP_TLS_EXISTING_SECURITY_PROVIDER
          .get(activeProvider.getName()));
      return false;