]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 164978 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Tue, 16 Dec 2008 23:07:06 +0000 (23:07 +0000)
committerMark Michelson <mmichelson@digium.com>
Tue, 16 Dec 2008 23:07:06 +0000 (23:07 +0000)
commit3377535a601a627581c0def8afcc64e8d6bdc3e5
treed5859d3fa209e04f6465ec580be8313aa9c44b25
parent543315bd6b979b57dc7b7e89542b99f172b69995
Merged revisions 164978 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
r164978 | mmichelson | 2008-12-16 17:06:04 -0600 (Tue, 16 Dec 2008) | 15 lines

Merged revisions 164977 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r164977 | mmichelson | 2008-12-16 17:04:27 -0600 (Tue, 16 Dec 2008) | 7 lines

After looking through SIP registration code most of the day, this
is one of the few things I could find that was just plain wrong.
Even though it probably isn't possible for it to happen, it seems weird
to have code that checks if a pointer is NULL and then immediately dereferences
that pointer if it was NULL.

........

................

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