mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-12 11:37:23 +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);
|
timeoutSec2 = time(NULL);
|
||||||
|
|
||||||
}while( rsp &&
|
}while( rsp &&
|
||||||
(rsp->ccode == HPMFWUPG_COMMAND_IN_PROGRESS) &&
|
((rsp->ccode == HPMFWUPG_COMMAND_IN_PROGRESS) ||
|
||||||
|
(rsp->ccode == IPMI_CC_TIMEOUT)) &&
|
||||||
(timeoutSec2 - timeoutSec1 < rollbackTimeout ) );
|
(timeoutSec2 - timeoutSec1 < rollbackTimeout ) );
|
||||||
|
|
||||||
if ( rsp )
|
if ( rsp )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user