summaryrefslogtreecommitdiff
path: root/modules/commands
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands')
-rw-r--r--modules/commands/os_dns.cpp2
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;