]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/test/run-06-idle.c
ccan/io: implement debug.
[ccan] / ccan / io / test / run-06-idle.c
index 8f3d5410d7a9058c7da1faa12470767bc79378ca..57d5e20c13ec33223300f409f35953044641abd2 100644 (file)
@@ -9,7 +9,9 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-#ifndef PORT
+#ifdef DEBUG_CONN
+#define PORT "64006"
+#else
 #define PORT "65006"
 #endif