]> 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:10:59 +0000 (08:10 -0400)
commit9c94c027cd8f4815ddada86116a4ca64a12a88f3
tree05d5e52e8ffa805c8909327476aaeeacb31489b0
parent82758295df1877b534944bd3acd28a910b7a97cb
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