Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
btpd
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Remove a bad assert. The test can be true during normal operation.
master
Richard Nyberg
hace 19 años
padre
eaf95339c7
commit
08dcc6b892
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
btpd/peer.c
+ 0
- 1
btpd/peer.c
Ver fichero
@@ -113,7 +113,6 @@ peer_sent(struct peer *p, struct net_buf *nb)
p->npiece_msgs--;
break;
case NB_UNCHOKE:
assert(p->npiece_msgs == 0);
p->flags &= ~PF_NO_REQUESTS;
break;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar