Remove unneeded if(params) checks in reqresp_parser.
authorWalter Doekes <walter+asterisk@wjd.nu>
Fri, 11 Nov 2011 21:37:53 +0000 (21:37 +0000)
committerWalter Doekes <walter+asterisk@wjd.nu>
Fri, 11 Nov 2011 21:37:53 +0000 (21:37 +0000)
commit863d7189b911009df848512478fe0c163ce0cd70
treea6392babbf6bab9b982ceffcf143b4f0f7fba249
parentbac9ff62efb02e8b0560a76bd2293100fe0a4341
Remove unneeded if(params) checks in reqresp_parser.

Nick Lewis added them in https://reviewboard.asterisk.org/r/549/diff/1-2/
for no apparent reason. There is no way that params could become NULL in
that piece of code, so I removed these excess checks again.
........

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

Merged revisions 344839 from http://svn.asterisk.org/svn/asterisk/branches/10

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