From 334291fb74ea2fe31fb39f4ff0249ba4a3c6764d Mon Sep 17 00:00:00 2001 From: xchaos Date: Fri, 13 Sep 2019 11:03:38 +0000 Subject: [PATCH] bugfix - no data were logged if no IPV6 traffic detected, by mistake git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@276 251d49ef-1d17-4917-a970-b30cf55b089b --- parseiptables.c | 1 - 1 file changed, 1 deletion(-) diff --git a/parseiptables.c b/parseiptables.c index b44c7ad..db984fa 100644 --- a/parseiptables.c +++ b/parseiptables.c @@ -21,7 +21,6 @@ void get_traffic_statistics(const char *whichiptables, int ipv6) { char *str,*cmd; int downloadflag = 0; - traffic_detected = 0; textfile(Pipe,str) *line,*lines=NULL; string(str,STRLEN); -- 2.30.2