summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
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))