fixing bug 3490738: one additional change from last chackin

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11930 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-03-21 09:54:53 +00:00
parent 9e173d19ff
commit 4bb34e0e92
2 changed files with 2 additions and 2 deletions

View File

@ -387,7 +387,7 @@ sub getmacs {
last;
}
}
if ( $matched == 1 ) {
if ( $matched ) {
push @$value,"$att{'Type'} $att{'Phys_Port_Loc'} $att{'MAC_Address'} $att{'Adapter'} $att{'Port_Group'} $att{'Phys_Port'} $att{'Logical_Port'} $att{'VLan'} $att{'VSwitch'} $att{'Curr_Conn_Speed'}\n";
}
} else {

View File

@ -578,7 +578,7 @@ sub getmacs {
last;
}
}
if ( $matched == 1 ) {
if ( $matched ) {
push @$value,"$att{'Type'} $att{'Phys_Port_Loc'} $att{'MAC_Address'} $att{'Adapter'} $att{'Port_Group'} $att{'Phys_Port'} $att{'Logical_Port'} $att{'VLan'} $att{'VSwitch'} $att{'Curr_Conn_Speed'}";
}
} else {