Merged revisions 128733 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r128733 | mmichelson | 2008-07-07 15:30:46 -0500 (Mon, 07 Jul 2008) | 3 lines

Crap


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@128735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-07-07 20:31:07 +00:00
parent 33ec19cebf
commit b372ba5e50

View File

@@ -5028,7 +5028,7 @@ static void imap_mailbox_name(char *spec, size_t len, struct vm_state *vms, int
} }
if (box == NEW_FOLDER) { if (box == NEW_FOLDER) {
ast_copy_string(vms->vmbox, "vm-INBOX", sizeof(vm->vmbox)); ast_copy_string(vms->vmbox, "vm-INBOX", sizeof(vms->vmbox));
} else { } else {
snprintf(vms->vmbox, sizeof(vm->vmbox), "vm-%s", mbox(box)); snprintf(vms->vmbox, sizeof(vm->vmbox), "vm-%s", mbox(box));
} }