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); } }