From: Nikos Mavrogiannopoulos Date: Sat, 18 Feb 2012 10:45:14 +0000 (+0100) Subject: Do not update twice the DTLS retransmission timer on finished messages. Report and... X-Git-Tag: gnutls_3_0_13~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c59b167728b083744eb418022bfff4f34401002c;p=thirdparty%2Fgnutls.git Do not update twice the DTLS retransmission timer on finished messages. Report and patch by Sean Buckheister. --- diff --git a/lib/gnutls_dtls.c b/lib/gnutls_dtls.c index ff8f2a06ff..88862242a4 100644 --- a/lib/gnutls_dtls.c +++ b/lib/gnutls_dtls.c @@ -403,7 +403,6 @@ int ret; if (ret == GNUTLS_E_TIMEDOUT) { - UPDATE_TIMER; ret = _dtls_retransmit(session); if (ret == 0) {