2
0
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:
jbjohnso
2008-07-28 18:27:24 +00:00
parent e8fdde8ba7
commit 9306134825

View File

@@ -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,