diff options
| author | 2026-01-04 12:04:18 +0100 | |
|---|---|---|
| committer | 2026-01-04 12:04:18 +0100 | |
| commit | f33229ebde7e65b7cde07883e78b15e15952499d (patch) | |
| tree | 71625ef7c8e72afe861f0966b352b4598a2859c5 /modules/dnsbl.cpp | |
| parent | Add join time to the membership identifier. (diff) | |
| parent | Remove a v3-only notice, attempt two. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/dnsbl.cpp')
| -rw-r--r-- | modules/dnsbl.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/dnsbl.cpp b/modules/dnsbl.cpp index 6071a17f4..34c9b1e12 100644 --- a/modules/dnsbl.cpp +++ b/modules/dnsbl.cpp @@ -537,8 +537,7 @@ public: void Prioritize() override { - Module* corexline = ServerInstance->Modules.Find("core_xline"); - ServerInstance->Modules.SetPriority(this, I_OnChangeRemoteAddress, PRIORITY_AFTER, corexline); + ServerInstance->Modules.SetPriority(this, I_OnChangeRemoteAddress, PRIORITY_AFTER, "core_xline"); } void ReadConfig(ConfigStatus& status) override |
