Fix bug 2915235
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
cd26a89c19
commit
ecb3f7c924
@ -537,8 +537,8 @@ sub getmacs {
|
||||
}
|
||||
|
||||
foreach my $val ( @$prof ) {
|
||||
my ($lpar_id,$curr_profile) = split /,/, $val;
|
||||
if ( !length($curr_profile) || ($curr_profile =~ /^none$/) ) {
|
||||
my ($lpar_id,$curr_profile,$default_profile) = split /,/, $val;
|
||||
if ( ((!length($default_profile)) and (!length($curr_profile))) || (($curr_profile =~ /^none$/) and ($curr_profile =~ /^none$/)) ) {
|
||||
push @emptynode,$node;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user