]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
some debug
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 12 Apr 2005 14:02:53 +0000 (14:02 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 12 Apr 2005 14:02:53 +0000 (14:02 +0000)
chaos.c

diff --git a/chaos.c b/chaos.c
index 6c932552ffde6c8bf56342f958e88e54629f6f3d..70e415a3ede7b188bddd9e00fde244f49a75cf5e 100644 (file)
--- a/chaos.c
+++ b/chaos.c
@@ -45,6 +45,7 @@ main(int argc, char *argv[])
        if (!res) {
                exit(1);
        }
+       ldns_resolver_print(stdout, res);
 
        /* use the resolver to send it a query for the a/aaaa of name */
        addr = ldns_get_rr_list_addr_by_name(res, name, LDNS_RR_CLASS_IN, LDNS_RD);