2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-28 23:31:13 +00:00

Fix defect: Error to check the rflash option

rflash for ipmi also supports the fpc machines,
delete the check constraints for unknown options.
This commit is contained in:
chenglch
2015-11-16 03:33:25 -05:00
parent b1d936db49
commit 2608c753c1

View File

@@ -7625,10 +7625,6 @@ sub process_request {
return;
}
$args_hash{hpm} = $opt;
} else {
$callback->({error=>"Error command: Option $opt is not supported.",
errorcode=>1});
return;
}
}
if (exists($args_hash{hpm})){