summaryrefslogtreecommitdiff
path: root/res/res_osp.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_osp.c')
-rw-r--r--res/res_osp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_osp.c b/res/res_osp.c
index 339096a4a..65b6a575a 100644
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -568,7 +568,7 @@ int ast_osp_lookup(struct ast_channel *chan, char *provider, char *extension, ch
char destination[2048]="";
char token[2000];
char tmp[256]="", *l, *n;
- char *devinfo = NULL;
+ const char *devinfo = NULL;
result->handle = -1;
result->numresults = 0;