[asterisk-commits] dvossel: branch 1.4 r219720 - /branches/1.4/channels/chan_iax2.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Sep 21 11:55:56 CDT 2009


Author: dvossel
Date: Mon Sep 21 11:55:53 2009
New Revision: 219720

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=219720
Log:
Reverting merge 219520. This change was not necessary.


Modified:
    branches/1.4/channels/chan_iax2.c

Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.4/channels/chan_iax2.c?view=diff&rev=219720&r1=219719&r2=219720
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Mon Sep 21 11:55:53 2009
@@ -3064,6 +3064,7 @@
 		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);
 	}




More information about the asterisk-commits mailing list