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:
David M. Lee
2013-08-01 15:31:03 +00:00
parent e1b959ccbb
commit 88d6c366d1
2 changed files with 9 additions and 6 deletions

View File

@@ -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;
}