mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 295 - inform user if SOL session disconnected
Currently if we are connected to ipmitool sol session and if service processor goes down due to reset/reload, then user has no way to know that sol session has been disconnected. Commit aims to fix such case. Patch-by: Mamatha Inamdar
This commit is contained in:
parent
250eb15f92
commit
cab450a052
@ -1503,7 +1503,7 @@ static int
|
||||
ipmi_sol_keepalive_using_getdeviceid(struct ipmi_intf * intf)
|
||||
{
|
||||
struct timeval end;
|
||||
int ret = 0;
|
||||
static int ret = 0;
|
||||
|
||||
if (_disable_keepalive)
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user