]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixes recursive lock problem in manager.c
authorDavid Vossel <dvossel@digium.com>
Thu, 21 Oct 2010 16:14:33 +0000 (16:14 +0000)
committerDavid Vossel <dvossel@digium.com>
Thu, 21 Oct 2010 16:14:33 +0000 (16:14 +0000)
commit042d5edaa38e35b8cf780b3bcb3d87f7239f36f9
treebc031017ce127504aa506d1012e04049cbf7fd3f
parent8c0627fadac1e522f6915531ea334a8deb9bee88
Fixes recursive lock problem in manager.c

It is possible for a AMI session to freeze because of invalid
use of recursive locks during the EVENT processing.  This
patch removes the unnecessary locks.

(closes issue #18167)
Reported by: sustav
Patches:
      manager_locking_v1.diff uploaded by dvossel (license 671)
Tested by: sustav

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@292595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/manager.c