And actually assign the function to a pointer...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@165143 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2008-12-17 17:53:37 +00:00
parent d0671d8d30
commit 93a51114cb

View File

@@ -1756,7 +1756,7 @@ static int messagecount(const char *context, const char *mailbox, const char *fo
}
if (!vms_p) {
create_vm_state_from_user(vmu);
vms_p = create_vm_state_from_user(vmu);
}
ret = init_mailstream(vms_p, fold);
if (!vms_p->mailstream) {