]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix some bogus scheduler usage in chan_sip. This code used the return value
authorRussell Bryant <russell@russellbryant.com>
Tue, 26 Aug 2008 16:07:58 +0000 (16:07 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 26 Aug 2008 16:07:58 +0000 (16:07 +0000)
commit91cec13c3d90ed55d15c10a9ca7216ee93592c02
tree5b4885e23d6271da7fa1ee659c07b5fa607534f3
parentdc243f61be27655756882bd1b48edc1e56e64ed7
Fix some bogus scheduler usage in chan_sip.  This code used the return value
of a completely unrelated function to determine whether the scheduler should
be run or not.  This would have caused the scheduler to not run in cases where
it should have.  Also, leave a note about another scheduler issue that needs
to be addressed at some point.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@140060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c