From a659d163c7c66aebf005e7dff9a565ef3c20ecec Mon Sep 17 00:00:00 2001 From: Rudy Broersma Date: Thu, 24 Jun 2021 10:20:49 +0200 Subject: [PATCH] Update slavecommunicator.cc Very teeny tiny fix for a missing space in a log line: Domain 'exsilia.net' is fresh, but RRSIGs differ on master2a01:1b0:7999:402::29, so DNSSEC is stale, serial is 2021051001 into: Domain 'exsilia.net' is fresh, but RRSIGs differ on master 2a01:1b0:7999:402::29, so DNSSEC is stale, serial is 2021051001 --- pdns/slavecommunicator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/slavecommunicator.cc b/pdns/slavecommunicator.cc index f3c653db5c..17d1ea33e2 100644 --- a/pdns/slavecommunicator.cc +++ b/pdns/slavecommunicator.cc @@ -1027,7 +1027,7 @@ void CommunicatorClass::slaveRefresh(PacketHandler *P) addSuckRequest(di.zone, remote, prio); } else { - g_log<