X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=cfbc4de7e7a6a8db98e224c927a9b46d9b9b9223;hp=b3bd6263ab39acdddee033053c92f2432e801123;hb=c3b9d639c2fbea29af5b1a3f61e7e1678e0809b7;hpb=a0013831ff918ac229066c9c804f75e1b50011c5 diff --git a/dccp_send.c b/dccp_send.c index b3bd6263..cfbc4de7 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);