From: Michal Nowak Date: Mon, 22 Feb 2021 12:40:31 +0000 (+0100) Subject: Revert "Initialize checknames field in query_test.c" X-Git-Tag: v9.17.11~29^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40b6db58a1fe8401def1dfc35987d6b0c433616b;p=thirdparty%2Fbind9.git Revert "Initialize checknames field in query_test.c" This reverts commit c75484c4dff04698c183b456a6cc85f951264e75. --- diff --git a/lib/ns/tests/query_test.c b/lib/ns/tests/query_test.c index 6558d3c9818..6630ee33697 100644 --- a/lib/ns/tests/query_test.c +++ b/lib/ns/tests/query_test.c @@ -1412,7 +1412,6 @@ run_hookasync_e2e_test(const ns__query_hookasync_e2e_test_params_t *test) { qctx->client->sendcb = send_noop; /* Load a zone. it should have ns.foo/A */ - qctx->client->view->checknames = true; result = ns_test_serve_zone("foo", "testdata/query/foo.db", qctx->client->view); INSIST(result == ISC_R_SUCCESS);