From: Kevin P. Fleming Date: Fri, 5 Jan 2007 00:01:40 +0000 (+0000) Subject: revert the dynamic_list insertion change... that was not the right thing to do X-Git-Tag: 1.4.1~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab4da7137479b9bac52425ea31226e9fdd48c26a;p=thirdparty%2Fasterisk.git revert the dynamic_list insertion change... that was not the right thing to do git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49600 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c index ec3c7be5bf..6243eefc0c 100644 --- a/channels/chan_iax2.c +++ b/channels/chan_iax2.c @@ -869,7 +869,6 @@ static struct iax2_thread *find_idle_thread(void) thread = NULL; } else { /* All went well and the thread is up, so increment our count */ - AST_LIST_INSERT_TAIL(&dynamic_list, thread, list); iaxdynamicthreadcount++; } }