aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_odbc.c')
-rw-r--r--funcs/func_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 3f5c3f0a2..10145be82 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -350,7 +350,7 @@ static struct ast_custom_function escape_function = {
static int init_acf_query(struct ast_config *cfg, char *catg, struct acf_odbc_query **query)
{
- char *tmp;
+ const char *tmp;
if (!cfg || !catg) {
return -1;