diff --git a/apps/app_queue.c b/apps/app_queue.c index 9edb704c37..b258608c88 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4904,7 +4904,7 @@ static int reload_queues(int reload) /* Add a new member */ ast_copy_string(parse, var->value, sizeof(parse)); - AST_NONSTANDARD_APP_ARGS(args, parse, ','); + AST_STANDARD_APP_ARGS(args, parse); interface = args.interface; if (!ast_strlen_zero(args.penalty)) {