]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
Merge branch 'refs/heads/t/duration-keyword'
[paraslash.git] / udp_send.c
index be161a86c166f26779e015720612a452925704c6..91550aa8c66836239df07193d46d5d470612767e 100644 (file)
@@ -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");