X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-18-errno-DEBUG.c;h=863d1ae1e2c42fda62651fadb93a2e641df1c1df;hp=bfa661578837058bf62eb00dc5cacea7f8c605b0;hb=96a1ebd3354ef6250e94b509b4e0c0f1ea7e67bb;hpb=7bfb7a1cf4f7c5eaf4081ef7128b7fc7d1cf926e diff --git a/ccan/io/test/run-18-errno-DEBUG.c b/ccan/io/test/run-18-errno-DEBUG.c index bfa66157..863d1ae1 100644 --- a/ccan/io/test/run-18-errno-DEBUG.c +++ b/ccan/io/test/run-18-errno-DEBUG.c @@ -5,4 +5,4 @@ int real_main(void); #include "run-18-errno.c" #undef main static bool always_debug(struct io_conn *conn) { return true; } -int main(void) { io_debug = always_debug; return real_main(); } +int main(void) { io_debug_conn = always_debug; return real_main(); }