mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
stray q
This commit is contained in:
parent
d1292919fb
commit
d75faa6913
@ -195,7 +195,7 @@ int udptl_rx_packet(udptl_state_t *s, const uint8_t buf[], int len)
|
|||||||
s->rx[x].fec_len[0] = 0;
|
s->rx[x].fec_len[0] = 0;
|
||||||
s->rx[x].fec_span = 0;
|
s->rx[x].fec_span = 0;
|
||||||
s->rx[x].fec_entries = 0;
|
s->rx[x].fec_entries = 0;
|
||||||
if ((buf[ptr++] & 0x80) q== 0) {
|
if ((buf[ptr++] & 0x80) == 0) {
|
||||||
/* Secondary packet mode for error recovery */
|
/* Secondary packet mode for error recovery */
|
||||||
/* We might have the packet we want, but we need to check through
|
/* We might have the packet we want, but we need to check through
|
||||||
the redundant stuff, and verify the integrity of the UDPTL.
|
the redundant stuff, and verify the integrity of the UDPTL.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user