mirror of
https://github.com/anope/anope.git
synced 2026-07-02 12:53:13 +02:00
Fix not removing zones from server->zones
This commit is contained in:
@@ -455,6 +455,7 @@ class CommandOSDNS : public Command
|
||||
}
|
||||
|
||||
z->servers.erase(s->GetName());
|
||||
s->zones.erase(z->name);
|
||||
source.Reply(_("Removed server %s from zone %s."), s->GetName().c_str(), z->name.c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user