mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Initialize new variable to NULL
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -5557,7 +5557,7 @@ static int manager_queue_member_penalty(struct mansession *s, const struct messa | ||||
|  | ||||
| static char *handle_queue_add_member(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a) | ||||
| { | ||||
| 	char *queuename, *interface, *membername = NULL, *state_interface; | ||||
| 	char *queuename, *interface, *membername = NULL, *state_interface = NULL; | ||||
| 	int penalty; | ||||
|  | ||||
| 	switch ( cmd ) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user