mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
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
This commit is contained in:
@@ -4064,7 +4064,7 @@ static int reload_queues(int reload)
|
|||||||
const char *general_val = NULL;
|
const char *general_val = NULL;
|
||||||
char parse[80];
|
char parse[80];
|
||||||
char *interface;
|
char *interface;
|
||||||
char *membername;
|
char *membername = NULL;
|
||||||
int penalty;
|
int penalty;
|
||||||
struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
|
struct ast_flags config_flags = { reload ? CONFIG_FLAG_FILEUNCHANGED : 0 };
|
||||||
AST_DECLARE_APP_ARGS(args,
|
AST_DECLARE_APP_ARGS(args,
|
||||||
|
|||||||
Reference in New Issue
Block a user