mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	get rid of compiler warning (bug #4682)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		@@ -3024,7 +3024,7 @@ static int forward_message(struct ast_channel *chan, char *context, char *dir, i
 | 
			
		||||
	char callerid[512];
 | 
			
		||||
	char ext_context[256]="";
 | 
			
		||||
	int res = 0, cmd = 0;
 | 
			
		||||
	struct ast_vm_user *receiver, *extensions = NULL, *vmtmp = NULL, *vmfree;
 | 
			
		||||
	struct ast_vm_user *receiver = NULL, *extensions = NULL, *vmtmp = NULL, *vmfree;
 | 
			
		||||
	char tmp[256];
 | 
			
		||||
	char *stringp, *s;
 | 
			
		||||
	int saved_messages = 0, found = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user