aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 12:31:45 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-24 12:31:45 +0000
commit4ffc2ae9570837cd7df9a42bec29eb9600091cb7 (patch)
tree6f41bf3ae27ebaf8519db4a7c47c7d344380ed2c /channels/chan_sip.c
parenta63521ee667619be60885a7ae5cd1494229f6a02 (diff)
fix for non-OSP builds (issue #7217)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@29959 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-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 e768e2644..18929876a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -7313,8 +7313,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
+ }
}
}