From 2cf864f251a9df16e1a0531c0fb2cf79cbbc1520 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 1 Feb 2010 14:00:49 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/ipmi.pm.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm.2 b/xCAT-server/lib/xcat/plugins/ipmi.pm.2 index 5e53a9ddb..314fb3172 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm.2 +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm.2 @@ -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 } } }