projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gui: Make some functions return void.
[paraslash.git]
/
udp_send.c
diff --git
a/udp_send.c
b/udp_send.c
index
1155bcb
..
3e3950f
100644
(file)
--- a/
udp_send.c
+++ b/
udp_send.c
@@
-288,7
+288,7
@@
static void udp_send_fec(struct sender_client *sc, char *buf, size_t len)
ret = udp_check_socket_state(sc);
if (ret < 0)
goto fail;
- ret =
write_nonblock
(sc->fd, buf, len);
+ ret =
xwrite
(sc->fd, buf, len);
if (ret == -ERRNO_TO_PARA_ERROR(ECONNREFUSED)) {
/*
* Happens if meanwhile an ICMP Destination / Port Unreachable