diff options
| -rw-r--r-- | btpd/net.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/btpd/net.c b/btpd/net.c index a226aaf..54ad4cd 100644 --- a/btpd/net.c +++ b/btpd/net.c @@ -221,7 +221,6 @@ net_write(struct peer *p, unsigned long wmax) iol = BTPDQ_NEXT(iol, entry); } -again: nwritten = writev(p->sd, iov, niov); if (nwritten < 0) { if (errno == EAGAIN) { |