X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=prometheus.c;h=f8ad197c86eba982fe83cef3a4b7f5ad428b80a8;hp=a243c16242c3ad38625232e6110ea0d8e9c7dcd5;hb=68184e0de9058fbf917d3c4b8fd287f1c4588b4e;hpb=3335365b0903d2b1baf7331d17203490cdee65ea 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;