From: Mark Andrews Date: Tue, 30 Aug 2011 21:51:34 +0000 (+0000) Subject: report the result of dns_adb_createfind X-Git-Tag: v9.9.0a2~1^2~70 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=74f4130f4124360313f786ca63a809de353999f2;p=thirdparty%2Fbind9.git report the result of dns_adb_createfind --- diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index ddd7cfb5d0c..b4df883a598 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) {