]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
revert the dynamic_list insertion change... that was not the right thing to do
authorKevin P. Fleming <kpfleming@digium.com>
Fri, 5 Jan 2007 00:01:40 +0000 (00:01 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Fri, 5 Jan 2007 00:01:40 +0000 (00:01 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49600 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index ec3c7be5bf9b0b82974d4a0bceaa7e9cc84b80e1..6243eefc0c5135a97926494b28a83ec7b19d6ef5 100644 (file)
@@ -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++;
                                }
                        }