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:
		| @@ -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 { | ||||
|   | ||||
| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user