mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 21:20:36 +00:00
defect 4226: fix the issue that rvital cannot handle cec which has no parent att was set
This commit is contained in:
@ -1237,7 +1237,7 @@ sub resolve {
|
||||
#############################
|
||||
# Find MTMS in vpd database
|
||||
#############################
|
||||
if ( exists( $att->{parent} )) {
|
||||
if ( $att->{parent}) {
|
||||
my @attrs = qw(mtm serial);
|
||||
my ($vpd) = $tabs->{vpd}->getNodeAttribs($att->{parent},\@attrs);
|
||||
|
||||
|
Reference in New Issue
Block a user