-Fix syntax error in code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3021 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
beeeada23b
commit
f4e80e3725
@ -298,7 +298,7 @@ sub preprocess_request
|
||||
{
|
||||
my $req = shift;
|
||||
$callback = shift;
|
||||
my $localonly
|
||||
my $localonly;
|
||||
@ARGV = @{$req->{arg}};
|
||||
GetOptions('l' => \$localonly);
|
||||
if ($req->{_xcatdest})
|
||||
|
Loading…
Reference in New Issue
Block a user