X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-13-all-idle.c;h=0e7e1565d579fa56b76397dcf05107c12611f63e;hp=7ad6bfe4d0ae14d230f2cefbc970641f8423dfc8;hb=3a7b8a8a8081ebbb6457527de376dec6264bc381;hpb=57d9d1be33905691ec756b14b066181ca6850ced diff --git a/ccan/io/test/run-13-all-idle.c b/ccan/io/test/run-13-all-idle.c index 7ad6bfe4..0e7e1565 100644 --- a/ccan/io/test/run-13-all-idle.c +++ b/ccan/io/test/run-13-all-idle.c @@ -17,7 +17,7 @@ int main(void) int fds[2]; ok1(pipe(fds) == 0); - io_new_conn(fds[0], io_idle(), NULL, NULL); + io_new_conn(fds[0], io_idle()); io_loop(); exit(1); }