From 739ca852f710212b79b4e01f17aecbe5e3382059 Mon Sep 17 00:00:00 2001 From: nott Date: Fri, 1 Aug 2008 16:44:58 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/DBobjUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/DBobjUtils.pm b/perl-xCAT/xCAT/DBobjUtils.pm index fbc294cb1..963c8c649 100644 --- a/perl-xCAT/xCAT/DBobjUtils.pm +++ b/perl-xCAT/xCAT/DBobjUtils.pm @@ -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;