Skip to content
Snippets Groups Projects
Commit 8fae310e authored by Russell Bryant's avatar Russell Bryant
Browse files

This fixes SIP subscriptions in trunk.

Don't improperly memset() over an ast_str.  This was leftover from before it
got changed to use ast_str.

(closes issue #11003, reported by pj)
(closes issue #10770, reported by yehavi)
(patched by me)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85944 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent bd27085c
No related branches found
No related tags found
No related merge requests found
......@@ -7815,7 +7815,6 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full, int tim
 
memset(from, 0, sizeof(from));
memset(to, 0, sizeof(to));
memset(tmp, 0, sizeof(tmp));
 
switch (state) {
case (AST_EXTENSION_RINGING | AST_EXTENSION_INUSE):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment