]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_ari_applications: Fix incorrect call to ao2_lock.
authorJoshua C. Colp <jcolp@digium.com>
Mon, 25 Feb 2019 12:10:59 +0000 (08:10 -0400)
committerJoshua C. Colp <jcolp@digium.com>
Mon, 25 Feb 2019 12:12:04 +0000 (06:12 -0600)
commit9905cccb7b1a5a9c45c2bf7623bbd1c4f487a7c5
tree25e09e093a7de0f093599ec4482fd6d05768d843
parenta2254c58785b17e2fcbd2a6dca6cd2a8eda596a6
res_ari_applications: Fix incorrect call to ao2_lock.

When listing the applications the apps lock was incorrectly
locked twice instead of being locked and then unlocked.

ASTERISK-28302

Change-Id: If7d064592a9e88c0f1049214c50e02be6dabf79e
res/ari/resource_applications.c