-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:
jbjohnso 2009-03-27 21:08:42 +00:00
parent beeeada23b
commit f4e80e3725

View File

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