diff options
author | Adam <Adam@anope.org> | 2013-05-05 01:57:24 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-05-05 01:57:24 -0400 |
commit | 2044b4d3ad9dbdfd5c6c6573261a7c4bfd9e2878 (patch) | |
tree | 8693321490f29c3ba588bb0778a9f28b4cc292b2 /modules/commands/os_dns.cpp | |
parent | 1d0bb9b26b7ad58ab0bf979ac046f4511b3bf12b (diff) |
Cleanup of dns stuff based on stuff found making inspircd's module
Diffstat (limited to 'modules/commands/os_dns.cpp')
-rw-r--r-- | modules/commands/os_dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_dns.cpp b/modules/commands/os_dns.cpp index 9d1a12eb6..ebfa16227 100644 --- a/modules/commands/os_dns.cpp +++ b/modules/commands/os_dns.cpp @@ -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; |