]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
don't check for result being sane before it's first set. This is
authorMichael Graff <mgraff@isc.org>
Tue, 12 Nov 2002 22:57:57 +0000 (22:57 +0000)
committerMichael Graff <mgraff@isc.org>
Tue, 12 Nov 2002 22:57:57 +0000 (22:57 +0000)
probably related to the removal of isc_app stuff.

bin/dig/host.c

index 54b15d598646450cd5445a37c1bf6c5d02b4602f..ea169f80d64f64c886ac82b0ea2288c2b8804394 100644 (file)
@@ -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 <config.h>
 #include <stdlib.h>
@@ -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();