fix bad password assertion bug due to rakp2 HMAC not being checked properly

This commit is contained in:
Albert Chu 2007-03-29 15:54:20 +00:00
parent 568e75e147
commit 32fbd909b2

View File

@ -2962,6 +2962,7 @@ ipmi_lanplus_rakp1(struct ipmi_intf * intf)
/* Error */
lprintf(LOG_INFO, "> RAKP 2 HMAC is invalid");
session->v2_data.rakp2_return_code = IPMI_RAKP_STATUS_INVALID_INTEGRITY_CHECK_VALUE;
rc = 1;
}
else
{