]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build_peer doesnt unlink a peer object from peers_by_ip container which leads to...
authorStefan Schmidt <sst@sil.at>
Mon, 12 Sep 2011 11:09:19 +0000 (11:09 +0000)
committerStefan Schmidt <sst@sil.at>
Mon, 12 Sep 2011 11:09:19 +0000 (11:09 +0000)
commit22b30eb82c87d01b9cffa61618014462ee6174d5
treeb75eae13a8e74125e7faae739f3a7d0e3da957f7
parent7dc49195d81a17096d8dc469a04142a2eb9a56bd
build_peer doesnt unlink a peer object from peers_by_ip container which leads to a wrong refcounter value.
adding an ao2_unlink from the peers_by_ip container fix it.

Review: https://reviewboard.asterisk.org/r/1428/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@335259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c