bugfix - no data were logged if no IPV6 traffic detected, by mistake
authorxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 13 Sep 2019 11:03:38 +0000 (11:03 +0000)
committerxchaos <xchaos@251d49ef-1d17-4917-a970-b30cf55b089b>
Fri, 13 Sep 2019 11:03:38 +0000 (11:03 +0000)
git-svn-id: https://dev.arachne.cz/repos/prometheus/trunk@276 251d49ef-1d17-4917-a970-b30cf55b089b

parseiptables.c

index b44c7ad133008b5275d3e128449a0ff40d752deb..db984fa923035a878541da78ac597c17f2f11ff4 100644 (file)
@@ -21,7 +21,6 @@ void get_traffic_statistics(const char *whichiptables, int ipv6)
 {\r
  char *str,*cmd;\r
  int downloadflag = 0;\r
- traffic_detected = 0;\r
 \r
  textfile(Pipe,str) *line,*lines=NULL;\r
  string(str,STRLEN);\r
This page took 0.175333 seconds and 4 git commands to generate.