mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-19 21:00:24 +00:00
-Fix getNodeAttribs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7736 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -2224,6 +2224,9 @@ sub getNodeAttribs
|
||||
#if ($extra) { return undef; } # return (undef,"Ambiguous query"); }
|
||||
defined($data[0])
|
||||
|| return undef; #(undef,"No matching entry found in configuration");
|
||||
unless (scalar keys %{$data[0]}) {
|
||||
return undef;
|
||||
}
|
||||
my $attrib;
|
||||
foreach $datum (@data) {
|
||||
foreach $attrib (@attribs)
|
||||
|
Reference in New Issue
Block a user