1
0
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:
Adam
2014-11-08 04:30:27 -05:00
parent 36837330ae
commit 64b332730e
+1
View File
@@ -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;
}