summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-08-01 15:31:03 +0000
committerDavid M. Lee <dlee@digium.com>2013-08-01 15:31:03 +0000
commit88d6c366d161a113ab5ef39a89041e5260b2fc40 (patch)
treef38319473207a63345245102a91d7aefbec3cbbb /res
parente1b959ccbb4e47421b37a0f75a2bf89ccd34dcb1 (diff)
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
Diffstat (limited to 'res')
-rw-r--r--res/res_pjsip_mwi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_pjsip_mwi.c b/res/res_pjsip_mwi.c
index b1f696aae..faf0a07b6 100644
--- a/res/res_pjsip_mwi.c
+++ b/res/res_pjsip_mwi.c
@@ -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;
}