[client] don't terminate after successful upgrade of LGMP

This commit is contained in:
Geoffrey McRae 2021-08-05 21:45:50 +10:00
parent 2fa09dbd95
commit 719fec0a45

View File

@ -1070,7 +1070,7 @@ restart:
if (g_state.state != APP_STATE_RUNNING)
return -1;
status = LGMP_OK;
break;
}
if (status != LGMP_ERR_INVALID_SESSION && status != LGMP_ERR_INVALID_MAGIC)