1
0
forked from bip/bip

Maybe i'll manage to fix this one day

This commit is contained in:
nohar 2005-09-15 22:23:26 +00:00
parent 53eaf0d767
commit f75466972c

View File

@ -236,6 +236,7 @@ static int _write_socket(connection_t *cn, char *message)
break;
if (tcount - p_tcount == 0) {
/* no write at all, we give up */
cn->connected = CONN_ERROR;
return WRITE_ERROR;
}
p_tcount = tcount;