X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-09-connect.c;h=e5f0d1f85c6b6f495e22c656efdeaad7f478d338;hp=124b6a1f70e715f08a3014a8cee72372611ce575;hb=96dcdfbf1a400f7cb43cf3f0761f52fd6de9ff65;hpb=ba89419ac9074d930eec7ba72c378831c56ed060 diff --git a/ccan/io/test/run-09-connect.c b/ccan/io/test/run-09-connect.c index 124b6a1f..e5f0d1f8 100644 --- a/ccan/io/test/run-09-connect.c +++ b/ccan/io/test/run-09-connect.c @@ -6,11 +6,7 @@ #include #include -#ifdef DEBUG_CONN -#define PORT "64009" -#else #define PORT "65009" -#endif static struct io_listener *l; static struct data *d2; @@ -35,9 +31,6 @@ static struct io_plan *connected(struct io_conn *conn, struct data *d2) static struct io_plan *init_conn(struct io_conn *conn, struct data *d) { -#ifdef DEBUG_CONN - io_set_debug(conn, true); -#endif ok1(d->state == 0); d->state++; io_close_listener(l);