changed dns-cli.c to initialize the dns cookie key

This commit is contained in:
2020-07-03 15:56:33 +00:00
parent dd83db4943
commit 26b95ba5f7
4 changed files with 24 additions and 11 deletions

View File

@ -434,6 +434,7 @@ struct mio_dns_cookie_t
mio_dns_cookie_data_t data;
mio_uint8_t client_len;
mio_uint8_t server_len;
mio_uint8_t key[16];
};
/* ---------------------------------------------------------------- */