]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.
authorMark Michelson <mmichelson@digium.com>
Tue, 15 May 2012 23:39:06 +0000 (23:39 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 15 May 2012 23:39:06 +0000 (23:39 +0000)
commit90b2dabd092861c583fe7ad51fd860140f49b938
tree5203aa21c7ce38dd3d61c5ebed7114b34556675b
parentfc703c961399b02cae13c57481cfdbcd73fb5fe6
Correct misuse of ast_strip_quoted() when getting a Diversion header's reason parameter.

The use here was assuming that the pointer would be updated, but the updated string
is actually returned by ast_strip_quoted() instead.
........

Merged revisions 366597 from http://svn.asterisk.org/svn/asterisk/branches/1.8

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