mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
Sofia: use const for variable name SWITCH_R_SDP_VARIABLE
This commit is contained in:
parent
446cedd31f
commit
316548273d
@ -5188,7 +5188,7 @@ static int recover_callback(void *pArg, int argc, char **argv, char **columnName
|
|||||||
tech_pvt->local_sdp_str = switch_core_session_strdup(session, tmp);
|
tech_pvt->local_sdp_str = switch_core_session_strdup(session, tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((tmp = switch_channel_get_variable(channel, "switch_r_sdp"))) {
|
if ((tmp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE))) {
|
||||||
tech_pvt->remote_sdp_str = switch_core_session_strdup(session, tmp);
|
tech_pvt->remote_sdp_str = switch_core_session_strdup(session, tmp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user