mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
- Fix issue with answer of send command (cmd 34h NetFn 6h).
This commit is contained in:
parent
c4ece9a1eb
commit
5348236e65
@ -726,7 +726,11 @@ ipmi_lan_poll_recv(struct ipmi_intf * intf)
|
|||||||
&&
|
&&
|
||||||
rsp->payload.ipmi_response.cmd == 0x34
|
rsp->payload.ipmi_response.cmd == 0x34
|
||||||
&&
|
&&
|
||||||
rsp->payload.ipmi_response.netfn == 0x06
|
(
|
||||||
|
rsp->payload.ipmi_response.netfn == 0x06
|
||||||
|
||
|
||||||
|
rsp->payload.ipmi_response.netfn == 0x07
|
||||||
|
)
|
||||||
&&
|
&&
|
||||||
rsp->payload.ipmi_response.rs_lun == 0
|
rsp->payload.ipmi_response.rs_lun == 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user