From 4f3fa1623f66acd24c227cf0cc5a4af2f5133b6c Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 18 Oct 2021 21:22:58 +0200 Subject: Pipe runs in parallel. --- nest/proto.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest') diff --git a/nest/proto.c b/nest/proto.c index 4ae0cbfd..623585f1 100644 --- a/nest/proto.c +++ b/nest/proto.c @@ -1413,6 +1413,7 @@ proto_event(void *ptr) { if (p->proto == &proto_unix_iface) if_flush_ifaces(p); + p->do_stop = 0; } -- cgit v1.2.3