]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-18-errno-DEBUG.c
Revert "io: closing one side of a duplex connection closes both."
[ccan] / ccan / io / test / run-18-errno-DEBUG.c
index bfa661578837058bf62eb00dc5cacea7f8c605b0..863d1ae1e2c42fda62651fadb93a2e641df1c1df 100644 (file)
@@ -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(); }