Add useless variable initialization for Windows

This commit is contained in:
Dmitri Tikhonov 2019-03-05 17:08:37 -05:00
parent 8437e4a4f2
commit 03d03a4212

View file

@ -646,6 +646,9 @@ static int parse_hs_data (lsquic_enc_session_t *enc_session, uint32_t tag,
{
const unsigned char *p, *end;
unsigned pub_idx, idx;
#ifdef WIN32
pub_idx = 0;
#endif
for (p = val; p < val + len; p += 4)
if (0 == memcmp(p, "C255", 4))