]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pjsip_options.c: Fix container operation. 96/3196/1
authorRichard Mudgett <rmudgett@digium.com>
Mon, 11 Jul 2016 15:22:35 +0000 (10:22 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 13 Jul 2016 20:12:18 +0000 (15:12 -0500)
commitbc1ff41be747c69c83c2c66a04e8e440f1dc0be7
tree2776dd0cbfbdd0071bc1ec1dc455c37ac1844ca2
parenteabcfeeaa3136b616f262f62a210af2cdab2b52e
pjsip_options.c: Fix container operation.

aor_observer_deleted() needs to operate on all contacts found for the
deleted AOR instead of only the first one found.  This is really only a
problem if there is more than one contact for the AOR.

Change-Id: Id24ac0d5e8c931330231fb45dd2a331a84339dc1
res/res_pjsip/pjsip_options.c