mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
Pass interactive = 0 and fix a compile error.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258595 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -10877,7 +10877,7 @@ static void vm_users_data_provider_get_helper(const struct ast_data_search *sear
|
|||||||
ast_data_add_structure(ast_vm_user, data_user, user);
|
ast_data_add_structure(ast_vm_user, data_user, user);
|
||||||
|
|
||||||
#ifdef IMAP_STORAGE
|
#ifdef IMAP_STORAGE
|
||||||
state = get_vm_state_by_mailbox(user->mailbox, user->context, user->interactive);
|
state = get_vm_state_by_mailbox(user->mailbox, user->context, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AST_LIST_LOCK(&zones);
|
AST_LIST_LOCK(&zones);
|
||||||
|
Reference in New Issue
Block a user