From d4fec6e6549f39a5bf89a7ad7b6166c61a69e895 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Oct 2018 15:01:11 +0200 Subject: [PATCH] fix typos --- pdns/ixfrdist.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index bf7f43c897..4070135c9d 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -108,7 +108,7 @@ struct ixfrdiff_t { }; struct ixfrinfo_t { - shared_ptr soa; // The SOA of the latestAXFR + shared_ptr soa; // The SOA of the latest AXFR records_t latestAXFR; // The most recent AXFR vector> ixfrDiffs; }; @@ -625,7 +625,7 @@ static bool handleIXFR(int fd, const ComboAddress& destination, const MOADNSPars /* RFC 1995 Section 2 * If an IXFR query with the same or newer version number than that of * the server is received, it is replied to with a single SOA record of - * the server's current version, just as in AXFR. + * the server's current version. */ vector packet; bool ret = makeSOAPacket(mdp, packet); @@ -1252,7 +1252,7 @@ int main(int argc, char** argv) { break; } } - g_log<