From 89d870f3f99c3b66bc47c64bd2dd3730e6372493 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 21 Oct 2010 08:54:24 +0000 Subject: [PATCH] fix --- src/util/load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) double n; double nm1; - if (load->cummulative_request_count == 0) + if (load->cummulative_request_count <= 1) return; /* calcuate std dev of latency; we have for n values of "i" that: -- 2.25.1