From: Nikos Mavrogiannopoulos Date: Sun, 15 May 2016 08:49:42 +0000 (+0200) Subject: record.c: removed superfluous debugging X-Git-Tag: gnutls_3_5_1~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba6784ea2d4ba8396b4c7eecf4c44353dc16d84f;p=thirdparty%2Fgnutls.git record.c: removed superfluous debugging --- diff --git a/lib/record.c b/lib/record.c index 981ec868d2..aae1a1443a 100644 --- a/lib/record.c +++ b/lib/record.c @@ -731,14 +731,13 @@ record_add_to_buffers(gnutls_session_t session, type == GNUTLS_CHANGE_CIPHER_SPEC || type == GNUTLS_HANDSHAKE)) { _gnutls_record_buffer_put(session, type, seq, bufel); -gnutls_assert(); + /* if we received application data as expected then we * deactivate the async timer */ _dtls_async_timer_delete(session); } else { /* if the expected type is different than the received */ -gnutls_assert(); switch (recv->type) { case GNUTLS_ALERT: if (bufel->msg.size < 2) {