add comment need regx where we haev not fixed the code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11186 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@@ -1347,7 +1347,7 @@ sub handle_find_hw_children {
|
||||
if (!defined($mtms)) {
|
||||
return undef;
|
||||
}
|
||||
my @nodearray = $vpdtab->getAttribs({serial=>$mtms->{serial}, mtm=>$mtms->{mtm}}, qw(node side));
|
||||
my @nodearray = $vpdtab->getAttribs({serial=>$mtms->{serial}, mtm=>$mtms->{mtm}}, qw(node side)); # need regx
|
||||
if (!defined(@nodearray)) {
|
||||
return undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user