]> granicus.if.org Git - libevent/commitdiff
use correct tt macro for pointer compare
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 15:28:19 +0000 (11:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Sep 2014 15:28:19 +0000 (11:28 -0400)
test/regress_dns.c

index 8f20149c7fd5893364d338a563403292e43ca340..91db1531ab461e636b4a6f8630efb1a68d05fb81 100644 (file)
@@ -917,7 +917,7 @@ dns_disable_when_inactive_no_ns_test(void *arg)
 
        tt_int_op(r.result, ==, DNS_ERR_TIMEOUT);
        tt_int_op(r.count, ==, 0);
-       tt_int_op(r.addrs, ==, NULL);
+       tt_ptr_op(r.addrs, ==, NULL);
 
 end:
        if (dns)