mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-24 04:00:26 +00:00
Fix getobjdefs so it uses the correct subroutine
to read node attributes. Not all node attributes can be accessed by using a key of "node"! git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@305 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -253,7 +253,7 @@ sub getobjdefs
|
||||
# Get the attr values from the DB tables
|
||||
#
|
||||
|
||||
if ($type eq 'node')
|
||||
if ($lookup_attr eq 'node')
|
||||
{
|
||||
|
||||
my $thistable;
|
||||
|
Reference in New Issue
Block a user