diff options
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index fab9631b7..c91e45e9c 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -624,6 +624,10 @@ DNSResult DNS::GetResult() #endif const char* ipaddr_from; unsigned short int port_from = 0; + + void* m_readEvent = NULL; + GetExt("windows_readevent", m_readEvent); + int length = _recvfrom(this->GetFd(),(char*)buffer,sizeof(DNSHeader),0,from,&x); /* Did we get the whole header? */ |