mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Add useless variable initialization for Windows
This commit is contained in:
parent
8437e4a4f2
commit
03d03a4212
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue