diff --git a/emulation/ngi.c b/emulation/ngi.c index 8b5b3e5..3ae2e25 100644 --- a/emulation/ngi.c +++ b/emulation/ngi.c @@ -36,7 +36,6 @@ int ngi_client_side_reduce(FILE * file, ngi_op_t op, ngi_type_t type, void * out assert(op == NGI_OP_MAX); int res = ngi_server_side_reduce(file, op, type, out_buff, off, size); assert(res == 0); - exit(0); return res; }