Browse Source

Remove unused label.

master
Richard Nyberg 19 years ago
parent
commit
6bba1ff6f8
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      btpd/net.c

+ 0
- 1
btpd/net.c View File

@@ -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) {


Loading…
Cancel
Save