aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-27 23:41:21 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-27 23:41:21 +0000
commit044fafcb98cc900ca09e01d624abf0d756995858 (patch)
tree4a55cc89311914a5e27f5c988a1f387211642417 /channels
parentfa236efce7ce955c4c874844d3ccaa3adc113862 (diff)
Reverting previous patch. Ok, let's take this from 1.2 instead... :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15380 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index f4fa8eb14..5ad3affed 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -11688,7 +11688,6 @@ static int sip_poke_peer(struct sip_peer *peer)
memcpy(&p->sa, &peer->addr, sizeof(p->sa));
memcpy(&p->recv, &peer->addr, sizeof(p->sa));
- ast_copy_flagss(p, peer, SIP_FLAGS_TO_COPY);
/* Send options to peer's fullcontact */
if (!ast_strlen_zero(peer->fullcontact))