mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-17 05:21:35 +00:00
FS-6012 --resolve
This commit is contained in:
parent
097f1b560b
commit
608df08d6a
@ -170,8 +170,8 @@ int udptl_rx_packet(udptl_state_t *s, const uint8_t buf[], int len)
|
|||||||
int count;
|
int count;
|
||||||
int total_count;
|
int total_count;
|
||||||
int seq_no;
|
int seq_no;
|
||||||
const uint8_t *msg;
|
const uint8_t *msg = NULL;
|
||||||
const uint8_t *data;
|
const uint8_t *data = NULL;
|
||||||
int msg_len;
|
int msg_len;
|
||||||
int repaired[16];
|
int repaired[16];
|
||||||
const uint8_t *bufs[16] = {0};
|
const uint8_t *bufs[16] = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user