PBP always return via an explicit return

This commit is contained in:
Eric Miller
2008-07-09 01:37:19 +00:00
parent 84bc3f5269
commit a70a895a29
15 changed files with 22 additions and 19 deletions

View File

@@ -211,12 +211,12 @@ sub set_i_duplex_admin {
return $c3550->set_p_duplex($duplexes{$duplex}, $iid);
}
else {
$c3550->SUPER::set_i_duplex_admin;
return $c3550->SUPER::set_i_duplex_admin;
}
}
sub cisco_comm_indexing {
1;
return 1;
}
1;