best practises

This commit is contained in:
WolverinDEV 2019-10-29 18:11:22 +01:00
parent 61cfa049c2
commit 222b43f1d0
1 changed files with 1 additions and 1 deletions

View File

@ -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};