mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57:20 +00:00
[client] don't terminate after successful upgrade of LGMP
This commit is contained in:
parent
2fa09dbd95
commit
719fec0a45
@ -1070,7 +1070,7 @@ restart:
|
|||||||
if (g_state.state != APP_STATE_RUNNING)
|
if (g_state.state != APP_STATE_RUNNING)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
status = LGMP_OK;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (status != LGMP_ERR_INVALID_SESSION && status != LGMP_ERR_INVALID_MAGIC)
|
if (status != LGMP_ERR_INVALID_SESSION && status != LGMP_ERR_INVALID_MAGIC)
|
||||||
|
Loading…
Reference in New Issue
Block a user