From 75bc038144a88178e91ed39086b86d31640c5a7b Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 12 Apr 2020 13:48:59 +1000 Subject: [PATCH] [client] removed accidental debug commit --- VERSION | 2 +- client/src/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3da79705..26002c68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-168-gd3836d4548+1 \ No newline at end of file +B1-169-g7018a3e737+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 24cb8879..bf0d7b59 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -1475,7 +1475,7 @@ static int lg_run() if (!lgmpClientSessionValid(state.lgmp)) { DEBUG_WARN("Session is invalid, has the host shutdown?"); - // break; + break; } (void)closeAlert;