mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
corrected "autodetection" of maximum packet size based on src/dest addresses
when using IPMB. make sure file uses UNIX EOL
This commit is contained in:
parent
3938d15098
commit
a703e41949
@ -1202,8 +1202,6 @@ int HpmfwupgUpgradeStage(struct ipmi_intf *intf, struct HpmfwupgUpgradeCtx* pFwu
|
|||||||
strstr(intf->name,"open") != NULL
|
strstr(intf->name,"open") != NULL
|
||||||
&&
|
&&
|
||||||
(
|
(
|
||||||
intf->target_addr == IPMI_BMC_SLAVE_ADDR
|
|
||||||
||
|
|
||||||
intf->target_addr == intf->my_addr
|
intf->target_addr == intf->my_addr
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user