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:
Francois Isabelle 2007-06-18 12:45:04 +00:00
parent 3938d15098
commit a703e41949

View File

@ -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
) )
) )