mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Merged revisions 140751 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r140751 | mmichelson | 2008-09-02 18:47:49 -0500 (Tue, 02 Sep 2008) | 6 lines After adding the context checking to app_voicemail for IMAP storage, I left out a crucial place to copy the context to the vm_state structure. This is the correction. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140752 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -8626,6 +8626,7 @@ static int vm_execmain(struct ast_channel *chan, void *data) | ||||
| #ifdef IMAP_STORAGE | ||||
| 	vms.interactive = 1; | ||||
| 	vms.updated = 1; | ||||
| 	ast_copy_string(vms.context, vmu->context, sizeof(vms.context)); | ||||
| 	vmstate_insert(&vms); | ||||
| 	init_vm_state(&vms); | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user