From: David Vossel Date: Mon, 21 Sep 2009 16:55:53 +0000 (+0000) Subject: Reverting merge 219520. This change was not necessary. X-Git-Tag: 1.4.27-rc2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e773ebd33ed86ef2e8ea72bbeaa75bd4b5e613c;p=thirdparty%2Fasterisk.git Reverting merge 219520. This change was not necessary. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@219720 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index eb482bcdec..cc022d8d64 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -3064,6 +3064,7 @@ static void __attempt_transmit(const void *data) AST_LIST_REMOVE(&iaxq.queue, f, list); iaxq.count--; AST_LIST_UNLOCK(&iaxq.queue); + f->retrans = -1; /* this is safe because this is the scheduled function */ /* Free the IAX frame */ iax2_frame_free(f); }