X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.c;h=d80df2fd84c3d6d728a79bac55301e60a43e6d1d;hb=5618834958c3ffd0250d3712174bd20aaac36e95;hp=05049cffca96c87039f94b6b5b11e5d4c2b224d8;hpb=e25f5166a3edc98f4a333c98881d4899635f1144;p=meshlink diff --git a/src/net.c b/src/net.c index 05049cff..d80df2fd 100644 --- a/src/net.c +++ b/src/net.c @@ -92,13 +92,6 @@ void terminate_connection(meshlink_handle_t *mesh, connection_t *c, bool report) if(outgoing) { do_outgoing_connection(mesh, outgoing); } - -#ifndef HAVE_MINGW - /* Clean up dead proxy processes */ - - while(waitpid(-1, NULL, WNOHANG) > 0); - -#endif } /*