]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 164877 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Tue, 16 Dec 2008 21:13:18 +0000 (21:13 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 16 Dec 2008 21:13:18 +0000 (21:13 +0000)
commit7e0ca3563fd24c6ac483ceb902848c4ee7f06595
treef9715ff252de664da07a6c7022801c25343cef87
parentc411947f0a42a162e69cb476d44f5d32bdde50a4
Merged revisions 164877 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r164877 | russell | 2008-12-16 15:12:49 -0600 (Tue, 16 Dec 2008) | 14 lines

Merged revisions 164876 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r164876 | russell | 2008-12-16 15:10:44 -0600 (Tue, 16 Dec 2008) | 6 lines

Do not dereference the channel if AST_PBX_KEEPALIVE has been returned.

This is a bug I noticed while looking at the code for app_macro.  This return code
means that another thread has assumed ownership of the channel and it can no longer
be touched.  (I hate this return code with a passion, by the way.)

........

................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@164878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_macro.c