From: Otto Moerbeek Date: Thu, 3 Nov 2022 08:50:12 +0000 (+0100) Subject: Better wording in comment X-Git-Tag: rec-4.8.0-beta2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12161%2Fhead;p=thirdparty%2Fpdns.git Better wording in comment Co-authored-by: Peter van Dijk (cherry picked from commit 240460d77be35a6a1c1e6fa22364efe19dc3ee84) --- diff --git a/pdns/ixfr.cc b/pdns/ixfr.cc index 531fec6d62..aef59e4dff 100644 --- a/pdns/ixfr.cc +++ b/pdns/ixfr.cc @@ -127,8 +127,8 @@ vector, vector>> 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, vector > > ret; vector packet;