mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
Merged revisions 129270 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r129270 | mmichelson | 2008-07-08 17:56:12 -0500 (Tue, 08 Jul 2008) | 3 lines Fix compilation error when IMAP storage is enabled ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@129271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5073,7 +5073,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