diff options
Diffstat (limited to 'src/modules/m_dnsbl.cpp')
| -rw-r--r-- | src/modules/m_dnsbl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index e0d2d276d..600d21572 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -110,7 +110,7 @@ public: // If action is set to gline, kline, or zline then the duration for an X-line to last for. unsigned long xlineduration; - DNSBLEntry(const Module* mod, std::shared_ptr<ConfigTag> tag) + DNSBLEntry(const Module* mod, const std::shared_ptr<ConfigTag>& tag) { name = tag->getString("name"); if (name.empty()) |
