From d6e1c619d4b6b079b82133a0476df8b18275fbb2 Mon Sep 17 00:00:00 2001 From: Mark Murawki Date: Thu, 15 Mar 2012 20:11:55 +0000 Subject: [PATCH] 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 --- main/pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/pbx.c b/main/pbx.c index 630ec6c832..48a734734f 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -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;