]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Better wording in comment 12161/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 3 Nov 2022 08:50:12 +0000 (09:50 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 3 Nov 2022 09:52:00 +0000 (10:52 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit 240460d77be35a6a1c1e6fa22364efe19dc3ee84)

pdns/ixfr.cc

index 531fec6d6201f6e63e37c96e6d6dbf2c431c5341..aef59e4dff32900ba670f2135db71e7c132af0c1 100644 (file)
@@ -127,8 +127,8 @@ vector<pair<vector<DNSRecord>, vector<DNSRecord>>> getIXFRDeltas(const ComboAddr
                                                                  uint16_t xfrTimeout, bool totalTimeout,
                                                                  const TSIGTriplet& tt, const ComboAddress* laddr, size_t maxReceivedBytes)
 {
-  // Auth documents xfrTimeout to be a max idle time
-  // Rec documents it do be a total XFR time
+  // Auth documents xfrTimeout to be a max idle time (sets totalTimeout=false)
+  // Rec documents it to be a total XFR time (sets totalTimeout=true)
   //
   vector<pair<vector<DNSRecord>, vector<DNSRecord> > >  ret;
   vector<uint8_t> packet;