[asterisk-commits] kpfleming: branch 1.4 r49600 -
/branches/1.4/channels/chan_iax2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Jan 4 17:01:41 MST 2007
Author: kpfleming
Date: Thu Jan 4 18:01:40 2007
New Revision: 49600
URL: http://svn.digium.com/view/asterisk?view=rev&rev=49600
Log:
revert the dynamic_list insertion change... that was not the right thing to do
Modified:
branches/1.4/channels/chan_iax2.c
Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_iax2.c?view=diff&rev=49600&r1=49599&r2=49600
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Thu Jan 4 18:01:40 2007
@@ -869,7 +869,6 @@
thread = NULL;
} else {
/* All went well and the thread is up, so increment our count */
- AST_LIST_INSERT_TAIL(&dynamic_list, thread, list);
iaxdynamicthreadcount++;
}
}
More information about the asterisk-commits
mailing list