X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-set_alloc.c;h=8d20168992454f8ecbc9b2b64456737929a61955;hp=fd0c83a8bfd0acb3f5b926b7e7abeb28cf34d48e;hb=f7ab2c65d40839a327e50876dc2708ab7b11aa52;hpb=e40f5c50a7a930fc98974936b7366b498ebf984c diff --git a/ccan/io/test/run-set_alloc.c b/ccan/io/test/run-set_alloc.c index fd0c83a8..8d201689 100644 --- a/ccan/io/test/run-set_alloc.c +++ b/ccan/io/test/run-set_alloc.c @@ -65,7 +65,7 @@ static void freefn(void *ptr) } #ifndef PORT -#define PORT "65015" +#define PORT "65115" #endif struct data { @@ -95,7 +95,7 @@ static void finish_ok(struct io_conn *conn, struct data *d) { ok1(d->state == 2); d->state++; - io_break(d, io_idle()); + io_break(d, io_never()); } static void init_conn(int fd, struct data *d)