Revert "Initialize checknames field in query_test.c"

This reverts commit c75484c4dff04698c183b456a6cc85f951264e75.
This commit is contained in:
Michal Nowak 2021-02-22 13:40:31 +01:00
parent efe11d4383
commit 40b6db58a1
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -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);