X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-06-idle.c;h=57d5e20c13ec33223300f409f35953044641abd2;hb=61f58ff94e35c9b8ac5488554e2554bc5c9888b3;hp=8f3d5410d7a9058c7da1faa12470767bc79378ca;hpb=94dd4c2bddd0dc080ad5b85465fa3f45f486967a;p=ccan diff --git a/ccan/io/test/run-06-idle.c b/ccan/io/test/run-06-idle.c index 8f3d5410..57d5e20c 100644 --- a/ccan/io/test/run-06-idle.c +++ b/ccan/io/test/run-06-idle.c @@ -9,7 +9,9 @@ #include #include -#ifndef PORT +#ifdef DEBUG_CONN +#define PORT "64006" +#else #define PORT "65006" #endif