aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 00:22:03 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-06-27 00:22:03 +0000
commit511496f494d065d02001f20f6324aacbc80ebafa (patch)
treecd3ca223460d04714be95070e326e02e5e109e0d /apps
parent8b655d4e01996d789810d1a2cbf89bc9d35cb751 (diff)
Make this compile with dev-mode on
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@125666 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 536b3b2e9..bfbbdef16 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3539,7 +3539,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
/* Begin Monitoring */
if (qe->parent->monfmt && *qe->parent->monfmt) {
if (!qe->parent->montype) {
- char *monexec, *monargs;
+ const char *monexec, *monargs;
ast_debug(1, "Starting Monitor as requested.\n");
if ((monexec = pbx_builtin_getvar_helper(qe->chan, "MONITOR_EXEC")) || (monargs = pbx_builtin_getvar_helper(qe->chan, "MONITOR_EXEC_ARGS")))
which = qe->chan;