From 9dbacf1f7cf52d5136e5637da9a28b344bd3f1de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Thu, 2 Aug 2018 19:19:43 +0200 Subject: [PATCH] iterate nitpick: better formulation of a comment I forgot to squash this before 2.4.1; better late than never. --- lib/layer/iterate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/layer/iterate.c b/lib/layer/iterate.c index a02acfba7..84b728139 100644 --- a/lib/layer/iterate.c +++ b/lib/layer/iterate.c @@ -573,7 +573,8 @@ static int unroll_cname(knot_pkt_t *pkt, struct kr_request *req, bool referral, } /* The validator still can't handle multiple zones in one answer, * so we only follow if a single label is replaced. - * TODO: this still isn't 100%, as the target may have a NS+DS. */ + * TODO: this still isn't 100%, as the target might have a NS+DS, + * possibly leading to a SERVFAIL for the in-bailiwick name. */ const int pending_labels = knot_dname_labels(pending_cname, NULL); if (pending_labels != cname_labels) { cname = pending_cname; -- 2.47.2