fix the return value of gettag() to only return the pointer to the provided
authorRussell Bryant <russell@russellbryant.com>
Fri, 5 May 2006 21:43:06 +0000 (21:43 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 5 May 2006 21:43:06 +0000 (21:43 +0000)
commite91afbaef120261c80921ff06cea9c78135c57a8
tree607e26526526e4acda61222ce9b400acc25a4267
parent5f856ea9979172241a74b76e9f8c43854e7bc1ee
fix the return value of gettag() to only return the pointer to the provided
tag buffer if the tag was actually found.  There is code that checks to see
if this result is non-zero to determine whether the tag was found or not.
(issue #7092, mikma)

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