mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-11 22:10:14 +00:00
-Fix syntax error in iSCSI plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1952 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -55,7 +55,7 @@ sub process_request {
|
||||
return;
|
||||
}
|
||||
my $lunsize = 4096;
|
||||
if ($request->{arg)) {
|
||||
if ($request->{arg}) {
|
||||
@ARGV=@{$request->{arg}};
|
||||
GetOptions(
|
||||
"size|s=i" => \$lunsize,
|
||||
|
Reference in New Issue
Block a user