-Fix use of SDR cache

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5098 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-02-01 14:00:49 +00:00
parent 061d94cad7
commit 2cf864f251

View File

@ -4735,6 +4735,7 @@ sub initsdr_withrepinfo {
if($rc == 0) {
$sdr_caches{"$mfg_id.$prod_id.$device_id.$dev_rev.$fw_rev1.$fw_rev2.$cache_version"} = $sessdata->{sdr_hash};
on_bmc_connect("SUCCESS",$sessdata); #retry bmc_connect since sdr_cache is validated
return; #don't proceed to slow load
}
}
}