X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=96a25d370a99d3fdcb6782ef9451ae86b1cfc3a4;hp=04e2982f86bf125c5b4ce8ab2d6daa9280ea0bce;hb=fd671d3289feca3d64c51fa2f34b1c09361da063;hpb=f787a626b8885247948e3c47ae886b1e3a7c2a3a diff --git a/udp_send.c b/udp_send.c index 04e2982f..96a25d37 100644 --- a/udp_send.c +++ b/udp_send.c @@ -56,6 +56,8 @@ static void udp_close_target(struct sender_client *sc) size_t len; struct udp_target *ut = sc->private_data; + if (process_is_command_handler()) + return; if (ut->sent_fec_eof) return; PARA_NOTICE_LOG("sending FEC EOF\n");