From 88d6c366d161a113ab5ef39a89041e5260b2fc40 Mon Sep 17 00:00:00 2001 From: "David M. Lee" Date: Thu, 1 Aug 2013 15:31:03 +0000 Subject: 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 --- res/res_pjsip_mwi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_pjsip_mwi.c') 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; } -- cgit v1.2.3