fixed 2898930

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4649 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2009-11-23 02:31:53 +00:00
parent ee8b25b822
commit be850c8f9f

View File

@ -1052,6 +1052,13 @@ proc ping_server { full_path_name phandle } {
}
}
}
if { $properties_matched == 0 } {
set adap_speed $a_speed
set adap_duplex $a_duplex
set properties_matched 1
lappend adap_conn_list $a_conn
}
set i [ llength $adap_conn_list ]