From 4e488cb54d72fb4a1caa580f6756a6f4687beaf6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 2 Mar 2021 05:39:12 +0000 Subject: Refactor classbase/CullResult into Cullable/Cullable::Result. --- src/inspircd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 92d5ba7bf..a92e0bac0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -405,7 +405,7 @@ void InspIRCd::Cleanup() // Close all listening sockets for (unsigned int i = 0; i < ports.size(); i++) { - ports[i]->cull(); + ports[i]->Cull(); delete ports[i]; } ports.clear(); @@ -427,7 +427,7 @@ void InspIRCd::Cleanup() if (FakeClient) { delete FakeClient->server; - FakeClient->cull(); + FakeClient->Cull(); } stdalgo::delete_zero(this->FakeClient); stdalgo::delete_zero(this->XLines); -- cgit v1.3.1-10-gc9f91