From 68184e0de9058fbf917d3c4b8fd287f1c4588b4e Mon Sep 17 00:00:00 2001 From: xchaos Date: Tue, 20 Oct 2015 01:42:21 +0000 Subject: [PATCH 1/1] .. git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@254 251d49ef-1d17-4917-a970-b30cf55b089b --- prometheus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.c b/prometheus.c index a243c16..f8ad197 100644 --- a/prometheus.c +++ b/prometheus.c @@ -1051,7 +1051,7 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version); ptr++; if_exists(ip,ips,eq(ip->addr,_)) { - int unshape_this_ip; + int unshape_this_ip = 0; long avg_mbps_down = ip->traffic_down * 8 / how_much_seconds; long avg_mbps_up = ip->traffic_up * 8 / how_much_seconds; int agreg = 1, print_stats = 1; -- 2.30.2