Fix Bug 3496904:nodeset has error for rh6.1

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-03-05 05:52:08 +00:00
parent 5ef9fb08e8
commit 604c55e4f3

View File

@ -157,7 +157,7 @@ sub mknetboot
}
my $globaltftpdir = "/tftpboot";
my $nodes = @{$req->{node}};
my @args = @{$req->{arg}};
my @args = @{$req->{arg}} if(exists($req->{arg}));
my @nodes = @{$req->{node}};
my $ostab = xCAT::Table->new('nodetype');
my $sitetab = xCAT::Table->new('site');