From bd8414eff6ed70219450fea7d974cb01f533b6a4 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Tue, 18 Sep 2007 23:42:24 +0000 Subject: [PATCH] Merged revisions 82961 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r82961 | file | 2007-09-18 20:41:02 -0300 (Tue, 18 Sep 2007) | 2 lines Initialize a variable to NULL to make the world happy. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82962 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_queue.c b/apps/app_queue.c index 0592735a0e..9c11f1427b 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -4064,7 +4064,7 @@ static int reload_queues(int reload) const char *general_val = NULL; char parse[80]; char *interface; - char *membername; + char *membername = NULL; int penalty; struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 }; AST_DECLARE_APP_ARGS(args,