aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/showswitch.pl
diff options
context:
space:
mode:
Diffstat (limited to 'web/nms.gathering.org/showswitch.pl')
-rwxr-xr-xweb/nms.gathering.org/showswitch.pl1
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";