diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/secureboot/trusted/trustedboot.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/secureboot/trusted/trustedboot.C b/src/usr/secureboot/trusted/trustedboot.C index 7f1417e1f..0c1e9e974 100644 --- a/src/usr/secureboot/trusted/trustedboot.C +++ b/src/usr/secureboot/trusted/trustedboot.C @@ -1130,9 +1130,8 @@ void tpmVerifyFunctionalTpmExists( err = SECUREBOOT::getJumperState(l_state); if (err) { - errlCommit(err, TRBOOT_COMP_ID); - auto errPlid = err->plid(); + errlCommit(err, TRBOOT_COMP_ID); // we should not continue if we could not read the jumper state INITSERVICE::doShutdown(errPlid,isBackgroundShutdown); |