summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-06-29 13:52:03 +0000
committerMark Spencer <markster@digium.com>2004-06-29 13:52:03 +0000
commiteb6b35b75f083de3143297d95769cf4c00d87e10 (patch)
treee639854793ae50c4577a81c231eb28234ec43fd3 /res
parent9a478cb855a40aabcf917563bce57111b014e94d (diff)
Display invalid extension when there is one, fix minor OSP typo, Don't send 200 OK after 403 Forbidden on SUBSCRIBE
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rwxr-xr-xres/res_osp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_osp.c b/res/res_osp.c
index 9aa8d66da..94aaaf333 100755
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -452,7 +452,7 @@ int ast_osp_validate(char *provider, char *token, int *handle, unsigned int *tim
}
callerid = l;
ast_mutex_lock(&osplock);
- ast_inet_ntoa(ip, sizeof(ip), addr));
+ ast_inet_ntoa(ip, sizeof(ip), addr);
osp = providers;
while(osp) {
if (!strcasecmp(osp->name, provider)) {