From 8e10f344cdccea4b09b60947f6f3a857ac3ef36c Mon Sep 17 00:00:00 2001 From: file Date: Tue, 18 Sep 2007 23:41:02 +0000 Subject: Initialize a variable to NULL to make the world happy. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@82961 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_queue.c b/apps/app_queue.c index fe2bd4987..a5fe870ea 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -3849,7 +3849,7 @@ static int reload_queues(void) const char *general_val = NULL; char parse[80]; char *interface; - char *membername; + char *membername = NULL; int penalty; AST_DECLARE_APP_ARGS(args, AST_APP_ARG(interface); -- cgit v1.2.3