summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-09-18 23:42:24 +0000
committerJoshua Colp <jcolp@digium.com>2007-09-18 23:42:24 +0000
commitbd8414eff6ed70219450fea7d974cb01f533b6a4 (patch)
tree41e9f1cb9821fc75fbf86df3d45ee51f832b4aa2 /apps
parent0de872da8d7d7c987a73415e0b1bc0466823b072 (diff)
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
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 0592735a0..9c11f1427 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,