* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: adb_test.c,v 1.70 2009/09/02 23:48:01 tbox Exp $ */
+/* $Id: adb_test.c,v 1.71 2011/08/30 21:50:34 marka Exp $ */
/*! \file */
result = dns_adb_createfind(adb, t2, lookup_callback, client,
&client->name, dns_rootname, 0, options,
now, NULL, view->dstport, &client->find);
-#if 0
- check_result(result, "dns_adb_createfind()");
-#endif
+ 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) {
dns_view_detach(&view);
adb = NULL;
+ fprintf(stderr, "Destroying socket manager\n");
isc_socketmgr_destroy(&socketmgr);
+ fprintf(stderr, "Destroying timer manager\n");
isc_timermgr_destroy(&timermgr);
fprintf(stderr, "Destroying task manager\n");