Merged revisions 321155 via svnmerge from
authorMark Murawki <markm@intellasoft.net>
Thu, 26 May 2011 21:50:06 +0000 (21:50 +0000)
committerMark Murawki <markm@intellasoft.net>
Thu, 26 May 2011 21:50:06 +0000 (21:50 +0000)
commit9a7f807278554e6903870135497ad63a1fb15641
treeeba7221818f8515673f9c1b27b78c1ad6f05f2cc
parent0648d9595bb5b00cb2b5ef362cb24691ad2e4ae2
Merged revisions 321155 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r321155 | markm | 2011-05-26 17:48:45 -0400 (Thu, 26 May 2011) | 10 lines

  Fixed build problem with dev mode enabled, which was caused by commit 321100.  Reformulated patch to be more generic.

  Moved the sip uri parse variable initalization to parse_uri_full in reqresp_parser.c.  This will ensure that any use of parse uri will have null output variables if the parse fails.

  (closes issue #19346)
  Reported by: kobaz
  Tested by: kobaz,JonathanRose

  Review: [full review board URL with trailing slash]
........

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