diff options
author | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
---|---|---|
committer | root <root@einstein.tg15.gathering.org> | 2015-03-31 18:34:58 +0200 |
commit | 95fceee877ed34a6104f630c2daf8a908cab6ee4 (patch) | |
tree | 8b4ae6e4ccb58d8aa9017df1ac6ddad17da654cd /web/nms.gathering.org/showswitch.pl | |
parent | ad8b587583fdb55ff3c43f72edab5ec6c1ea5d43 (diff) |
NMS TG15-tweaks
Diffstat (limited to 'web/nms.gathering.org/showswitch.pl')
-rwxr-xr-x | web/nms.gathering.org/showswitch.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/nms.gathering.org/showswitch.pl b/web/nms.gathering.org/showswitch.pl index 0391a57..b184bc5 100755 --- a/web/nms.gathering.org/showswitch.pl +++ b/web/nms.gathering.org/showswitch.pl @@ -59,7 +59,6 @@ while (my $ref = $q->fetchrow_hashref()) { my $in = $ref->{'bytes_in'}; my $out = $ref->{'bytes_out'}; next if ($time == $prev_time); - if ($ref->{'port'} != $last_port) { if ($last_port != -1) { my $filename = "$switch-$last_port-$width-$height.png"; |