FS-9812 fix label that is only used when zrtp or srtp are enabled

This commit is contained in:
Brian West 2016-12-05 06:38:44 -06:00
parent 2af53f5a30
commit d28138ea4a
1 changed files with 2 additions and 1 deletions

View File

@ -8420,8 +8420,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);