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

neil_a_wilson
25.40.2007 44aad3f84d2a820094f3b5e73722778edc8c23f5
opends/src/server/org/opends/server/extensions/NullConnectionSecurityProvider.java
@@ -329,7 +329,7 @@
        // An unexpected error occurred.  Disconnect and return.
        clientConnection.disconnect(DisconnectReason.SERVER_ERROR, true,
                                    MSGID_NULL_SECURITY_PROVIDER_READ_ERROR,
                                    stackTraceToSingleLineString(e));
                                    getExceptionMessage(e));
        return false;
      }
    }
@@ -398,7 +398,7 @@
      // An unexpected error occurred.  Disconnect and return.
      clientConnection.disconnect(DisconnectReason.SERVER_ERROR, true,
                                  MSGID_NULL_SECURITY_PROVIDER_WRITE_ERROR,
                                  stackTraceToSingleLineString(e));
                                  getExceptionMessage(e));
      return false;
    }
    finally