mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Initialize a variable to NULL to make the world happy.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@82961 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user