mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
intelplus mode does not try for highest priv based on algorithms
This commit is contained in:
parent
78049bf3b7
commit
4c99a6f676
@ -2528,7 +2528,10 @@ ipmi_lanplus_open_session(struct ipmi_intf * intf)
|
||||
memset(msg, 0, IPMI_OPEN_SESSION_REQUEST_SIZE);
|
||||
|
||||
msg[0] = 0; /* Message tag */
|
||||
msg[1] = 0; /* Give us highest privlg level based on supported algorithms */
|
||||
if (ipmi_oem_active(intf, "intelplus"))
|
||||
msg[1] = session->privlvl;
|
||||
else
|
||||
msg[0] = 0; /* Give us highest privlg level based on supported algorithms */
|
||||
msg[2] = 0; /* reserved */
|
||||
msg[3] = 0; /* reserved */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user