summaryrefslogtreecommitdiff
path: root/src/tools/cbr/cbr_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cbr/cbr_server.c')
-rw-r--r--src/tools/cbr/cbr_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/cbr/cbr_server.c b/src/tools/cbr/cbr_server.c
index 52c2aa73..d4826e03 100644
--- a/src/tools/cbr/cbr_server.c
+++ b/src/tools/cbr/cbr_server.c
@@ -113,8 +113,8 @@ void handle_flow(int fd)
bytes_read - bytes_read_intv,
us / 1000,
((sdus - sdus_intv) / (double) us) * MILLION,
- 8 * (bytes_read - bytes_read_intv)
- / (double)(us));
+ 8 * ((bytes_read - bytes_read_intv)
+ / (double)(us)));
iv_start = iv_end;
sdus_intv = sdus;
bytes_read_intv = bytes_read;