oprava - v logu nebyla min a max hodnota tridy, ale dvakrat min.
[svn/Prometheus-QoS/.git] / prometheus.c
index 8e74a443ca609dde4a661a566c2672af51bcca35..28d9894da561e8e115575bfd776de66902212fa5 100644 (file)
@@ -1374,7 +1374,7 @@ Credit: CZFree.Net, Martin Devera, Netdave, Aquarius, Gandalf\n\n",version);
     if(iplog)\r
     {\r
      fprintf(iplog,"%ld\t%s\t%Lu\t%Lu\t%Lu\t%Lu\t%d\t%d\t%s",\r
     if(iplog)\r
     {\r
      fprintf(iplog,"%ld\t%s\t%Lu\t%Lu\t%Lu\t%Lu\t%d\t%d\t%s",\r
-                    time(NULL),ip->name,ip->traffic,ip->direct,ip->proxy,ip->upload,ip->min,ip->min,d); /* d = date*/\r
+                    time(NULL),ip->name,ip->traffic,ip->direct,ip->proxy,ip->upload,ip->min,ip->max,d); /* d = date*/\r
      fclose(iplog);\r
     }\r
    }\r
      fclose(iplog);\r
     }\r
    }\r
This page took 0.083057 seconds and 4 git commands to generate.