mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix compilation error when IMAP storage is enabled
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -5929,7 +5929,7 @@ static void imap_mailbox_name(char *spec, size_t len, struct vm_state *vms, int | ||||
| 	if (box == NEW_FOLDER) { | ||||
| 		ast_copy_string(vms->vmbox, "vm-INBOX", sizeof(vms->vmbox)); | ||||
| 	} else { | ||||
| 		snprintf(vms->vmbox, sizeof(vm->vmbox), "vm-%s", mbox(box)); | ||||
| 		snprintf(vms->vmbox, sizeof(vms->vmbox), "vm-%s", mbox(box)); | ||||
| 	} | ||||
|  | ||||
| 	/* Build up server information */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user