]> git.0d.be Git - empathy.git/commit
call-handler: check the state before deferring the accept()
authorDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 12 Jan 2012 05:59:45 +0000 (16:59 +1100)
committerDanielle Madeley <danielle.madeley@collabora.co.uk>
Thu, 12 Jan 2012 05:59:45 +0000 (16:59 +1100)
commitab7a79c4f87cee1ae9811da921c2a03abacec7b5
tree43e6e472d0a2b67750906ecb755259ba4ae4a57e
parent03a2ddbde7bd15e6601f3b3e6bd2b5cc269df498
call-handler: check the state before deferring the accept()

Xavier's previous patch delayed calling accept() until the channel was
in the INITIALISED state, however, if the channel is already in the
INITIALISED state by the time we receive it, we should just accept
immediately. Otherwise we'll spend our lives waiting for a state
transition that will never occur.
src/empathy-call-handler.c