forked from Mirrors/freeswitch
[core] scan-build: Value stored to 'ip' is never read - switch_core_media_recover_session()
This commit is contained in:
parent
87ab38d281
commit
60cf5a0a3c
@ -13974,7 +13974,6 @@ SWITCH_DECLARE (void) switch_core_media_recover_session(switch_core_session_t *s
|
||||
v_engine->cur_payload_map->rm_fmtp = (char *) switch_channel_get_variable(session->channel, "rtp_use_video_codec_fmtp");
|
||||
v_engine->codec_negotiated = 1;
|
||||
|
||||
ip = switch_channel_get_variable(session->channel, SWITCH_LOCAL_VIDEO_IP_VARIABLE);
|
||||
port = switch_channel_get_variable(session->channel, SWITCH_LOCAL_VIDEO_PORT_VARIABLE);
|
||||
r_ip = switch_channel_get_variable(session->channel, SWITCH_REMOTE_VIDEO_IP_VARIABLE);
|
||||
r_port = switch_channel_get_variable(session->channel, SWITCH_REMOTE_VIDEO_PORT_VARIABLE);
|
||||
|
Loading…
Reference in New Issue
Block a user