]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
record.c: removed superfluous debugging
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 15 May 2016 08:49:42 +0000 (10:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 15 May 2016 09:35:16 +0000 (11:35 +0200)
lib/record.c

index 981ec868d2c347de2e7e0339b42a49012958ee67..aae1a1443a85d4f1daa36b345d1c53b22132be5f 100644 (file)
@@ -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) {