mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
Fix warning from commit r359705 (predial options for app_dial)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@359772 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -11029,7 +11029,7 @@ enum ast_pbx_result ast_pbx_exten_run(struct ast_channel *chan, const char *cont
|
||||
{
|
||||
struct ast_str *backup_context;
|
||||
struct ast_str *backup_exten;
|
||||
int backup_priority;
|
||||
int backup_priority = 0;
|
||||
enum ast_pbx_result res;
|
||||
struct ast_pbx_args run_args;
|
||||
struct ast_var_t *variable;
|
||||
|
||||
Reference in New Issue
Block a user