X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-08-read-after-hangup-DEBUG.c;h=8c602891be2994ab24f47d94d2ceabd602ccef0e;hp=189a3eafe5f6285a9f01dc505862517bc97a2f20;hb=9e02685a6216720d37848a332187e3745b7f981e;hpb=d4af94ec86618e89b449a27590a7b4f8e4365943 diff --git a/ccan/io/test/run-08-read-after-hangup-DEBUG.c b/ccan/io/test/run-08-read-after-hangup-DEBUG.c index 189a3eaf..8c602891 100644 --- a/ccan/io/test/run-08-read-after-hangup-DEBUG.c +++ b/ccan/io/test/run-08-read-after-hangup-DEBUG.c @@ -4,4 +4,4 @@ int real_main(void); #include "run-08-read-after-hangup.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(); }