1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 09:23:13 +02:00

Cleanup of dns stuff based on stuff found making inspircd's module

This commit is contained in:
Adam
2013-05-05 01:57:24 -04:00
parent 1d0bb9b26b
commit 2044b4d3ad
6 changed files with 57 additions and 63 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ class ModuleDNS : public Module
}
}
void OnDnsRequest(DNS::Packet &req, DNS::Packet *packet) anope_override
void OnDnsRequest(DNS::Query &req, DNS::Query *packet) anope_override
{
if (req.questions.empty())
return;