From 74f4130f4124360313f786ca63a809de353999f2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 30 Aug 2011 21:51:34 +0000 Subject: [PATCH] report the result of dns_adb_createfind --- bin/tests/adb_test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index ddd7cfb5d0..b4df883a59 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: adb_test.c,v 1.71 2011/08/30 21:50:34 marka Exp $ */ +/* $Id: adb_test.c,v 1.72 2011/08/30 21:51:34 marka Exp $ */ /*! \file */ @@ -266,7 +266,6 @@ lookup(const char *target) { now, NULL, view->dstport, &client->find); if (result != ISC_R_SUCCESS) printf("DNS_ADB_CREATEFIND -> %s\n", dns_result_totext(result)); - // check_result(result, "dns_adb_createfind()"); dns_adb_dumpfind(client->find, stderr); if ((client->find->options & DNS_ADBFIND_WANTEVENT) != 0) {