]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Remove wrongly added EDE comments
authortcarpay <8014108+TCY16@users.noreply.github.com>
Mon, 15 Nov 2021 12:03:26 +0000 (13:03 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 12:03:26 +0000 (13:03 +0100)
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
validator/validator.c

index 1c7039e0ce0bf5a352bc1bdb5c42c6445fbb2a13..d4d48d956895550d70108ca8bab2da87972d56e7 100644 (file)
@@ -1643,9 +1643,6 @@ processInit(struct module_qstate* qstate, struct val_qstate* vq,
                /* no retries, stop bothering the authority until timeout */
                vq->restart_count = ve->max_restart;
                vq->chase_reply->security = sec_status_bogus;
-
-               // @TODO ADD Error Code 6 - DNSSEC Bogus + text chain of trust?
-
                vq->state = VAL_FINISHED_STATE;
                return 1;
        }
@@ -1852,7 +1849,6 @@ processValidate(struct module_qstate* qstate, struct val_qstate* vq,
                        LDNS_RR_TYPE_DNSKEY, vq->key_entry->key_class);
                vq->chase_reply->security = sec_status_bogus;
                errinf(qstate, "while building chain of trust");
-               // @TODO ADD Error Code 6 - DNSSEC Bogus + text chain of trust?
                if(vq->restart_count >= ve->max_restart)
                        key_cache_insert(ve->kcache, vq->key_entry, qstate);
                return 1;