From 69ccde934d1e168413fb2d20324db6b9e2030524 Mon Sep 17 00:00:00 2001 From: yinle Date: Tue, 18 Jan 2011 15:14:54 +0000 Subject: [PATCH] FSP/BPA redundancy: minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8696 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/tabutils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/tabutils.pm b/xCAT-server/lib/xcat/plugins/tabutils.pm index b80fc7075..5df120ee0 100644 --- a/xCAT-server/lib/xcat/plugins/tabutils.pm +++ b/xCAT-server/lib/xcat/plugins/tabutils.pm @@ -1755,7 +1755,7 @@ sub nodels } #-S will make nodels not show FSPs and BPAs my @newnodes = (); - if (defined($HIDDEN)) + if (!defined($HIDDEN)) { my $listtab = xCAT::Table->new( 'nodelist' ); if ($listtab) {