defect: 2935237: use the static as the defualt value of grouptype

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5123 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-02-03 09:52:03 +00:00
parent 13baca0fc2
commit c72ad7b844

View File

@ -1707,6 +1707,12 @@ sub getGroupMembers
my %objhash = %$hash_ref;
# set 'static' as the dafault of nodetype
if (!defined($objhash{$objectname}{'grouptype'}) ||
$objhash{$objectname}{'grouptype'} eq "") {
$objhash{$objectname}{'grouptype'} = 'static';
}
if ($objhash{$objectname}{'grouptype'} eq 'static')
{