diff options
author | Maria Matejka <mq@ucw.cz> | 2021-10-18 21:22:58 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:44 +0100 |
commit | 4f3fa1623f66acd24c227cf0cc5a4af2f5133b6c (patch) | |
tree | 1083051b5fb5525543c8e51545c8311cdd8e4320 /nest/proto.c | |
parent | 878eeec12bf020c9e7460040d225a929bbbd2bd2 (diff) |
Pipe runs in parallel.
Diffstat (limited to 'nest/proto.c')
-rw-r--r-- | nest/proto.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |