best practises
This commit is contained in:
parent
61cfa049c2
commit
222b43f1d0
@ -25,7 +25,7 @@ namespace tc::dns {
|
||||
struct DNSResponseData {
|
||||
#ifdef WIN32
|
||||
bool wide_string{false};
|
||||
DNS_QUERY_RESULT data;
|
||||
DNS_QUERY_RESULT data{};
|
||||
#else
|
||||
uint8_t* buffer{nullptr};
|
||||
size_t length{0};
|
||||
|
Loading…
Reference in New Issue
Block a user