mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Re-adding C3 fix
This commit is contained in:
parent
c5c6315525
commit
019a9de626
@ -3262,7 +3262,8 @@ int HpmfwupgQueryRollbackStatus(struct ipmi_intf *intf, struct HpmfwupgQueryRoll
|
||||
timeoutSec2 = time(NULL);
|
||||
|
||||
}while( rsp &&
|
||||
(rsp->ccode == HPMFWUPG_COMMAND_IN_PROGRESS) &&
|
||||
((rsp->ccode == HPMFWUPG_COMMAND_IN_PROGRESS) ||
|
||||
(rsp->ccode == IPMI_CC_TIMEOUT)) &&
|
||||
(timeoutSec2 - timeoutSec1 < rollbackTimeout ) );
|
||||
|
||||
if ( rsp )
|
||||
|
Loading…
x
Reference in New Issue
Block a user