- use '=' to copy struct sockaddr_in
authorLuigi Rizzo <rizzo@icir.org>
Sat, 15 Apr 2006 00:36:05 +0000 (00:36 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Sat, 15 Apr 2006 00:36:05 +0000 (00:36 +0000)
commit7c1b1cc29e55d0414b8771fdbbb01928bacfc574
tree9e45b7d281966c338192e4589b907fbcdfb18774
parente42087f5e31d6d6996b0f69705b8c11814910af8
- use '=' to copy struct sockaddr_in
- localize a variable
- replace three replicas of the same code with a much simpler construct
  removing replicated var = var->next;
- use '?' instead of 'if' for an assignment

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