summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2007-05-29 19:53:40 +0000
committerOlle Johansson <oej@edvina.net>2007-05-29 19:53:40 +0000
commit4c1068c136ca4efc97d71b646f45b65bea80e068 (patch)
tree6e8f0561382256019e828a8c206cf7c817c5f909 /channels
parentee3a0af16a6cfff4bf0e2a663302925d8d92686f (diff)
oops. Thanks Terry.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 9c0a7d4ca..64170592c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -13284,7 +13284,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
if (sipmethod == SIP_INVITE)
handle_response_invite(p, resp, rest, req, seqno);
else if (sipmethod == SIP_REGISTER)
- res = handle_response_register(p, resp, rest, req, ignore, seqno);
+ res = handle_response_register(p, resp, rest, req, seqno);
else if (sipmethod == SIP_BYE) {
ast_set_flag(&p->flags[0], SIP_NEEDDESTROY);
if (option_debug)