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:
lissav
2011-12-08 12:27:20 +00:00
parent bb31105e70
commit 6eedeebc77
+1 -1
View File
@@ -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;
}