lf_portmod: corrects --list_ports

This commit is contained in:
Jed Reynolds
2018-01-17 08:42:37 -08:00
parent 593416b386
commit 046a9b07f0

View File

@@ -351,7 +351,7 @@ if ($load ne "") {
} }
if ((defined $list_ports) && $list_ports) { if ((defined $list_ports) && $list_ports) {
$utils->doCmd("show_ports 1 $card ALL"); $utils->doAsyncCmd("nc_show_ports 1 $card all");
exit(0); exit(0);
} }