X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=cfbc4de7e7a6a8db98e224c927a9b46d9b9b9223;hp=fa2a163c5afdb1f9721b274f02bafc5402422800;hb=c3b9d639c2fbea29af5b1a3f61e7e1678e0809b7;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/dccp_send.c b/dccp_send.c index fa2a163c..cfbc4de7 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -104,7 +104,7 @@ static int dccp_init_fec(struct sender_client *sc) static void dccp_send_fec(struct sender_client *sc, char *buf, size_t len) { - int ret = write_nonblock(sc->fd, buf, len); + int ret = xwrite(sc->fd, buf, len); if (ret < 0) dccp_shutdown_client(sc);