mirror of
https://github.com/anope/anope.git
synced 2026-06-25 09:16:38 +02:00
Merge branch '2.0' into 2.1.
This commit is contained in:
+2
-2
@@ -638,7 +638,7 @@ public:
|
||||
if (!packet)
|
||||
return false;
|
||||
|
||||
Log(LOG_DEBUG_2) << "Resolver: Notifying slave " << packet->addr.addr();
|
||||
Log(LOG_DEBUG_2) << "Resolver: Notifying secondary " << packet->addr.addr();
|
||||
|
||||
try
|
||||
{
|
||||
@@ -939,7 +939,7 @@ public:
|
||||
|
||||
void Notify(const Anope::string &zone) override
|
||||
{
|
||||
/* notify slaves of the update */
|
||||
/* notify secondaries of the update */
|
||||
for (const auto &[ip, port] : notify)
|
||||
{
|
||||
sockaddrs addr;
|
||||
|
||||
Reference in New Issue
Block a user