X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=cfbc4de7e7a6a8db98e224c927a9b46d9b9b9223;hp=fa2a163c5afdb1f9721b274f02bafc5402422800;hb=4744d937c4160898d1fe151257606430750e580c;hpb=1cefe6a503c74d609db4e99e689d46575a5e40fd 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);