]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Do not update twice the DTLS retransmission timer on finished messages. Report and...
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 18 Feb 2012 10:45:14 +0000 (11:45 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 18 Feb 2012 10:45:14 +0000 (11:45 +0100)
lib/gnutls_dtls.c

index ff8f2a06ff1cbe9626286674e5baef464cb8169c..88862242a422bb2f261fa1018446d769b051ddf1 100644 (file)
@@ -403,7 +403,6 @@ int ret;
 
   if (ret == GNUTLS_E_TIMEDOUT)
     {
-      UPDATE_TIMER;
       ret = _dtls_retransmit(session);
       if (ret == 0)
         {