mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-20 10:26:51 +00:00
FS-9812 fix label that is only used when zrtp or srtp are enabled
This commit is contained in:
parent
0cf6445cc2
commit
174a1e2458
@ -8375,8 +8375,9 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_write_raw(switch_rtp_t *rtp_session,
|
||||
}
|
||||
|
||||
status = switch_socket_sendto(rtp_session->sock_output, rtp_session->remote_addr, 0, data, bytes);
|
||||
|
||||
#if defined(ENABLE_SRTP) || defined(ENABLE_ZRTP)
|
||||
end:
|
||||
#endif
|
||||
|
||||
WRITE_DEC(rtp_session);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user