aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 13:01:36 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 13:01:36 +0000
commit0296ea1cda9d51c3f147e2533ac73f4b2017ee9d (patch)
tree08061fa14d54d96186e5a844a1784b75cec69896
parent1367985a678bdc1cd83e810c57bf810fb129683c (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@29966 f38db490-d61c-443f-a65b-d21fe96a405b
-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 5ab8bec02..25cde6be8 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -7400,8 +7400,8 @@ static int check_user_full(struct sip_pvt *p, struct sip_request *req, int sipme
} else if (global_allowguest == 2) {
ast_copy_flags(p, &global_flags, SIP_OSPAUTH);
res = check_auth(p, req, p->randdata, sizeof(p->randdata), "", "", "", sipmethod, uri, reliable, ignore);
- }
#endif
+ }
}
}