X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-09-connect.c;h=09b33387590f78808e6a3ef67de08ffc184a7367;hb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;hp=8f57f00d8e0f4a6474f63280b20f3b3b6946883d;hpb=cdffdf5d61f8330cfc3467e73a84876eb3928e9b;p=ccan diff --git a/ccan/io/test/run-09-connect.c b/ccan/io/test/run-09-connect.c index 8f57f00d..09b33387 100644 --- a/ccan/io/test/run-09-connect.c +++ b/ccan/io/test/run-09-connect.c @@ -99,7 +99,7 @@ int main(void) addrinfo->ai_protocol); ok1(io_new_conn(NULL, fd, setup_connect, addrinfo)); - ok1(io_loop() == NULL); + ok1(io_loop(NULL, NULL) == NULL); ok1(d->state == 2); ok1(d2->state == 2);