]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Move the check for chan->fdno == -1 to after the zombie/hangup check.
authorMark Michelson <mmichelson@digium.com>
Mon, 20 Apr 2009 14:04:41 +0000 (14:04 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 20 Apr 2009 14:04:41 +0000 (14:04 +0000)
commitdf7bee29a5a1d725b1ecdbf54d22c9b8e20a0d3b
treef27dbd2c09f23d7f5c684ef2e1d5929c9c5059ea
parent5405c62098c86e5b6cccff1b7eee35fa55678308
Move the check for chan->fdno == -1 to after the zombie/hangup check.

Many users were finding that their hung up channels were staying up and
causing 100% CPU usage.

(issue #14723)
Reported by: seadweller
Patches:
      14723_1-4-tip.patch uploaded by mmichelson (license 60)
Tested by: falves11, bamby

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