mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-28 23:15:59 +00:00
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:
@@ -1756,7 +1756,7 @@ static int messagecount(const char *context, const char *mailbox, const char *fo
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!vms_p) {
|
if (!vms_p) {
|
||||||
create_vm_state_from_user(vmu);
|
vms_p = create_vm_state_from_user(vmu);
|
||||||
}
|
}
|
||||||
ret = init_mailstream(vms_p, fold);
|
ret = init_mailstream(vms_p, fold);
|
||||||
if (!vms_p->mailstream) {
|
if (!vms_p->mailstream) {
|
||||||
|
|||||||
Reference in New Issue
Block a user