]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-10-many-DEBUG.c
Revert "io: closing one side of a duplex connection closes both."
[ccan] / ccan / io / test / run-10-many-DEBUG.c
index 3b18596e4ff88998ff04e50b5cee4f449ee55557..675c7952d81d58262aa8a253f00744b2fa2a3dd4 100644 (file)
@@ -9,4 +9,4 @@ static bool debug_one(struct io_conn *conn)
 {
        return conn == buf[1].reader;
 }
-int main(void) { io_debug = debug_one; return real_main(); }
+int main(void) { io_debug_conn = debug_one; return real_main(); }