mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Correct comment in return code description for lanplus_rakp4_matches
This commit is contained in:
parent
f0b24c9a0e
commit
7094b4f838
@ -211,8 +211,8 @@ int lanplus_rakp2_hmac_matches(const struct ipmi_session * session,
|
||||
*
|
||||
* If the authentication algorithm is IPMI_AUTH_RAKP_NONE, we return success.
|
||||
*
|
||||
* return 0 on success (the authcode matches)
|
||||
* 1 on failure (the authcode does not match)
|
||||
* return 1 on success (the authcode matches)
|
||||
* 0 on failure (the authcode does not match)
|
||||
*/
|
||||
int lanplus_rakp4_hmac_matches(const struct ipmi_session * session,
|
||||
const uint8_t * bmc_mac)
|
||||
|
Loading…
x
Reference in New Issue
Block a user