]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-08-read-after-hangup-DEBUG.c
ccan/io: flatten debug callchain.
[ccan] / ccan / io / test / run-08-read-after-hangup-DEBUG.c
index 189a3eafe5f6285a9f01dc505862517bc97a2f20..8c602891be2994ab24f47d94d2ceabd602ccef0e 100644 (file)
@@ -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(); }