From fa4801ba2fcf06b17d4621a5ab813f5639f018e9 Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 13 Jan 2011 03:22:42 +0000 Subject: [PATCH] FSP/BPA redundancy: modify the hidden attribute according to the design git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8638 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index 012165728..05a3d277e 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -2911,7 +2911,7 @@ sub defls $_= $n; s/ +\(node\)//; my ($hidhash) = $listtab->getNodeAttribs($_ ,['hidden']); - if ( $hidhash->{hidden} ne 0) { + if ( $hidhash->{hidden} ne 1) { push (@{$newrsp->{data}}, $n); } }