aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_config.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index 801438ffd..f49b14467 100644
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -2171,7 +2171,7 @@ static int pbx_load_config(const char *config_file)
int lastpri = -2;
struct ast_context *con;
struct ast_variable *v;
- char *cxt;
+ const char *cxt;
cfg = ast_config_load(config_file);
if (!cfg)
@@ -2340,8 +2340,8 @@ static void pbx_load_users(void)
{
struct ast_config *cfg;
char *cat, *chan;
- char *zapchan;
- char *hasexten;
+ const char *zapchan;
+ const char *hasexten;
char tmp[256];
char iface[256];
char zapcopy[256];