diff options
Diffstat (limited to 'modules/m_dns.cpp')
-rw-r--r-- | modules/m_dns.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_dns.cpp b/modules/m_dns.cpp index daa9a50ba..ada32db6b 100644 --- a/modules/m_dns.cpp +++ b/modules/m_dns.cpp @@ -468,7 +468,7 @@ class TCPSocket : public ListenSocket class Client : public ClientSocket, public Timer, public ReplySocket { Manager *manager; - Packet *packet; + Packet *packet; unsigned char packet_buffer[524]; int length; @@ -495,7 +495,7 @@ class TCPSocket : public ListenSocket SocketEngine::Change(this, true, SF_WRITABLE); } - bool ProcessRead() anope_override + bool ProcessRead() anope_override { Log(LOG_DEBUG_2) << "Resolver: Reading from DNS TCP socket"; |