From eec234d7a29e84bf6ffc83c16a2627044772e738 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Tue, 12 Nov 2002 22:57:57 +0000 Subject: [PATCH] don't check for result being sane before it's first set. This is probably related to the removal of isc_app stuff. --- bin/dig/host.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/dig/host.c b/bin/dig/host.c index 54b15d5986..ea169f80d6 100644 --- a/bin/dig/host.c +++ b/bin/dig/host.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: host.c,v 1.89 2002/11/12 22:57:06 explorer Exp $ */ +/* $Id: host.c,v 1.90 2002/11/12 22:57:57 explorer Exp $ */ #include #include @@ -712,7 +712,6 @@ main(int argc, char **argv) { debug("main()"); progname = argv[0]; - check_result(result, "isc_app_start"); setup_libs(); parse_args(ISC_FALSE, argc, argv); setup_system();