2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #415 from chenglch/rflash-defect

Fix defect of the rflash option to check
This commit is contained in:
zet809 2015-11-17 11:02:37 +08:00
commit c4898425d4

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})){