cosmetics

This commit is contained in:
mom040267 2015-03-01 01:46:21 +00:00
parent 1fa6853e03
commit 48b4be301b

View File

@ -672,11 +672,9 @@ int ioa_socket_check_bandwidth(ioa_socket_handle s, ioa_network_buffer_handle nb
s->jiffie_bytes_read = bsz;
else
s->jiffie_bytes_write = bsz;
return 1;
}
} else {
band_limit_t nsz;
if(read)
nsz = s->jiffie_bytes_read + bsz;