From: Dragos Oancea Date: Thu, 25 Jul 2019 23:21:47 +0000 (+0000) Subject: FS-11965: fix build. X-Git-Tag: v1.10.0~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4349da32142a66caac8ce38d6a710d056ff56cbb;p=thirdparty%2Ffreeswitch.git FS-11965: fix build. --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 795f41207d..930b916e92 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -2044,6 +2044,7 @@ static int check_rtcp_and_ice(switch_rtp_t *rtp_session) switch_time_t now = switch_micro_time_now(); int rate = 0, nack_ttl = 0, nack_dup = 0; uint32_t cur_nack[MAX_NACK] = { 0 }; + uint16_t seq = 0; if (!rtp_session->flags[SWITCH_RTP_FLAG_UDPTL] && rtp_session->flags[SWITCH_RTP_FLAG_AUTO_CNG] &&