From 48b4be301b3ca4a98d20f1cc30642ce49737fc9d Mon Sep 17 00:00:00 2001 From: mom040267 Date: Sun, 1 Mar 2015 01:46:21 +0000 Subject: [PATCH] cosmetics --- src/apps/relay/ns_ioalib_engine_impl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/relay/ns_ioalib_engine_impl.c b/src/apps/relay/ns_ioalib_engine_impl.c index a010a38..2d2f4b1 100644 --- a/src/apps/relay/ns_ioalib_engine_impl.c +++ b/src/apps/relay/ns_ioalib_engine_impl.c @@ -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;