From 5f8c1c57848fd0e2d76571c0d026c419f0429887 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Fri, 24 May 2019 23:36:35 -0400 Subject: [PATCH] Missing brace --- src/TinyGsmClientSaraR4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientSaraR4.h b/src/TinyGsmClientSaraR4.h index 247b920..42bc8ea 100644 --- a/src/TinyGsmClientSaraR4.h +++ b/src/TinyGsmClientSaraR4.h @@ -632,7 +632,7 @@ protected: } else if (res == 3) { streamSkipUntil('\n'); // Skip the error text } - if (!result) + if (!result) { sockets[mux]->sock_connected = modemGetConnected(mux); } return result;