Skip to content

DNSSEC test error

Evan Hunt requested to merge each-fix-dnssec-test-error into master

One of test test cases in DNSSEC could fail, but the overall test would still report that it passed. This was due to the checkprivate function overwriting the global ret variable.

Merge request reports