FS-6012 --resolve

This commit is contained in:
Anthony Minessale 2013-11-30 19:26:12 -06:00
parent ae99177598
commit d050d9ef3c
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ int udptl_rx_packet(udptl_state_t *s, const uint8_t buf[], int len)
int count;
int total_count;
int seq_no;
const uint8_t *msg;
const uint8_t *data;
const uint8_t *msg = NULL;
const uint8_t *data = NULL;
int msg_len;
int repaired[16];
const uint8_t *bufs[16] = {0};