From: Anthony Minessale Date: Thu, 21 Mar 2013 19:23:43 +0000 (-0500) Subject: stray q X-Git-Tag: v1.3.17-final~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d75faa6913559f99e2be76b3d832b030be2e79d3;p=thirdparty%2Ffreeswitch.git stray q --- diff --git a/src/mod/applications/mod_spandsp/udptl.c b/src/mod/applications/mod_spandsp/udptl.c index 8f74508f62..b560410b7d 100644 --- a/src/mod/applications/mod_spandsp/udptl.c +++ b/src/mod/applications/mod_spandsp/udptl.c @@ -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_span = 0; s->rx[x].fec_entries = 0; - if ((buf[ptr++] & 0x80) q== 0) { + if ((buf[ptr++] & 0x80) == 0) { /* Secondary packet mode for error recovery */ /* We might have the packet we want, but we need to check through the redundant stuff, and verify the integrity of the UDPTL.