mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fixed compile errors introduced in r395954.
Just a merge error due to a file rename. Grrr... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395971 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -239,7 +239,7 @@ static int get_message_count(void *obj, void *arg, int flags)
|
||||
struct message_accumulator *counter = arg;
|
||||
struct ast_mwi_state *mwi_state;
|
||||
|
||||
msg = stasis_cache_get(ast_mwi_topic_cached(), ast_mwi_state_type(), mwi_stasis->mailbox);
|
||||
msg = stasis_cache_get(ast_mwi_state_cache(), ast_mwi_state_type(), mwi_stasis->mailbox);
|
||||
if (!msg) {
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user