X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-13-all-idle.c;h=7896b14f4e036913f2ae67feca4f3903e580b024;hb=1d415706a6e948fe6dcc3b5dab45812b297f77a1;hp=3701472b18258b74a0a0d02626c61efdd395e374;hpb=6109a0a6140acbbfe5e998f7d7ea1215f035cb90;p=ccan diff --git a/ccan/io/test/run-13-all-idle.c b/ccan/io/test/run-13-all-idle.c index 3701472b..7896b14f 100644 --- a/ccan/io/test/run-13-all-idle.c +++ b/ccan/io/test/run-13-all-idle.c @@ -23,7 +23,7 @@ int main(void) ok1(pipe(fds) == 0); io_new_conn(NULL, fds[0], setup_waiter, &status); - io_loop(); + io_loop(NULL, NULL); exit(1); }