]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Move where fdno is set to the default value to *after* the read callback of the chann...
authorJoshua Colp <jcolp@digium.com>
Tue, 3 Mar 2009 14:38:09 +0000 (14:38 +0000)
committerJoshua Colp <jcolp@digium.com>
Tue, 3 Mar 2009 14:38:09 +0000 (14:38 +0000)
commit3f2a1247f47ea2aa46075fdfc880ef4bd0b736d3
treedf3dc56c44917f2e4c0da2f2053a42f6e400a249
parenta1d249577ec86c0abdfd25081194c07dae18935a
Move where fdno is set to the default value to *after* the read callback of the channel driver is called.
We have to do this as the underlying channel driver may need the fdno value to determine what to read.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@179671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c