mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
use correct tt macro for pointer compare
This commit is contained in:
parent
afce2721c2
commit
08c88ea563
@ -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.result, ==, DNS_ERR_TIMEOUT);
|
||||||
tt_int_op(r.count, ==, 0);
|
tt_int_op(r.count, ==, 0);
|
||||||
tt_int_op(r.addrs, ==, NULL);
|
tt_ptr_op(r.addrs, ==, NULL);
|
||||||
|
|
||||||
end:
|
end:
|
||||||
if (dns)
|
if (dns)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user