Explorar el Código

Remove unused label.

master
Richard Nyberg hace 19 años
padre
commit
6bba1ff6f8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      btpd/net.c

+ 0
- 1
btpd/net.c Ver fichero

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


Cargando…
Cancelar
Guardar