Skip to content

Commit

Permalink
[dnssec] Improve code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Jun 19, 2024
1 parent 94b5162 commit 86b0dcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ private Set<DnssecUnverifiedReason> verifySecureEntryPoint(final Record<DNSKEY>
}

// If we are looking for the SEP of the root zone at this point, then the client was not
// configured with one and we can abort stating the reason.
// configured with one. Hence we can abort and state the reason why we aborted.
if (sepRecord.name.isRootLabel()) {
unverifiedReasons.add(new DnssecUnverifiedReason.NoRootSecureEntryPointReason());
return unverifiedReasons;
Expand Down

0 comments on commit 86b0dcc

Please sign in to comment.