aboutsummaryrefslogtreecommitdiff
path: root/src/util/load.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-21 08:54:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-21 08:54:24 +0000
commit89d870f3f99c3b66bc47c64bd2dd3730e6372493 (patch)
treed41f83c7fc52683bab10106046216d20f3ab6428 /src/util/load.c
parent631e0b7eedf595b557ec22808040ea812b80896f (diff)
downloadgnunet-89d870f3f99c3b66bc47c64bd2dd3730e6372493.tar.gz
gnunet-89d870f3f99c3b66bc47c64bd2dd3730e6372493.zip
fix
Diffstat (limited to 'src/util/load.c')
-rw-r--r--src/util/load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/load.c b/src/util/load.c
index fd8a5afab..be33ac1af 100644
--- a/src/util/load.c
+++ b/src/util/load.c
@@ -141,7 +141,7 @@ calculate_load (struct GNUNET_LOAD_Value *load)
141 double n; 141 double n;
142 double nm1; 142 double nm1;
143 143
144 if (load->cummulative_request_count == 0) 144 if (load->cummulative_request_count <= 1)
145 return; 145 return;
146 /* calcuate std dev of latency; we have for n values of "i" that: 146 /* calcuate std dev of latency; we have for n values of "i" that:
147 147