From: Mike Jerris Date: Tue, 3 Jan 2017 19:51:30 +0000 (-0600) Subject: FS-9903: [msrp] fix namespacing and visibility of some structs X-Git-Tag: v1.8.0~945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f273ecda3fefb1256577b95c58f39a6ac58808c8;p=thirdparty%2Ffreeswitch.git FS-9903: [msrp] fix namespacing and visibility of some structs --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index c2e8a2517d..996e41c543 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -955,7 +955,7 @@ static switch_status_t sofia_read_text_frame(switch_core_session_t *session, swi if (switch_channel_test_flag(switch_core_session_get_channel(session), CF_MSRP)) { switch_msrp_session_t *msrp_session = switch_core_media_get_msrp_session(session); switch_frame_t *rframe = &msrp_session->frame; - msrp_msg_t *msrp_msg = switch_msrp_session_pop_msg(msrp_session); + switch_msrp_msg_t *msrp_msg = switch_msrp_session_pop_msg(msrp_session); rframe->flags = 0;