fix for mac() when topology off

This commit is contained in:
Eric Miller
2005-06-03 03:02:36 +00:00
parent 089430de17
commit d8e1e932ae

View File

@@ -284,6 +284,8 @@ sub mac {
my $mac = $sonmp_topo_mac->{$entry};
return $mac;
}
# Topology turned off, not supported.
return undef;
}
1;