aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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)) {