fix lsdef group output to give regex - and not exanded value

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1977 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-08-01 16:44:58 +00:00
parent 00329dcd85
commit 739ca852f7

View File

@ -280,7 +280,7 @@ sub getobjdefs
# Get the attr values from the DB tables
#
if ($lookup_attr eq 'node')
if ($type eq 'node')
{
my $thistable;
my $needtocommit = 0;