From: Joshua Colp Date: Tue, 18 Sep 2007 23:42:24 +0000 (+0000) Subject: Merged revisions 82961 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~1384 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd8414eff6ed70219450fea7d974cb01f533b6a4;p=thirdparty%2Fasterisk.git 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 --- 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,