mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 18:38:02 +00:00
Merged revisions 163642 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r163642 | russell | 2008-12-12 12:19:47 -0600 (Fri, 12 Dec 2008) | 7 lines Resolve crashes when using SIP TCP/TLS with qualify. The problem was a reference count error on the tcptls_session structure. (closes issue #13989) Reported by: Nugget ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@163650 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -19533,7 +19533,7 @@ static int sip_poke_peer(struct sip_peer *peer)
|
||||
|
||||
p->sa = peer->addr;
|
||||
p->recv = peer->addr;
|
||||
p->socket = peer->socket;
|
||||
copy_socket_data(&p->socket, &peer->socket);
|
||||
ast_copy_flags(&p->flags[0], &peer->flags[0], SIP_FLAGS_TO_COPY);
|
||||
ast_copy_flags(&p->flags[1], &peer->flags[1], SIP_PAGE2_FLAGS_TO_COPY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user