From 719fec0a4559d0b2bfeaf13f3a3fdb9ccf2e2e40 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 5 Aug 2021 21:45:50 +1000 Subject: [PATCH] [client] don't terminate after successful upgrade of LGMP --- client/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index 7a72bf61..0db0b13f 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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)