From ab3b5bae4656bac77bc645b18260eac39e27220b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Toledo?= Date: Thu, 24 Nov 2016 02:25:01 -0200 Subject: [PATCH] Update WebSocketsClient.cpp fix typo that was breaking the build --- src/WebSocketsClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebSocketsClient.cpp b/src/WebSocketsClient.cpp index 8866327..0cb1f38 100644 --- a/src/WebSocketsClient.cpp +++ b/src/WebSocketsClient.cpp @@ -331,7 +331,7 @@ void WebSocketsClient::clientDisconnect(WSclient_t * client) { client->cVersion = 0; client->cIsUpgrade = false; client->cIsWebsocket = false; - client->SessionId = ""; + client->cSessionId = ""; client->status = WSC_NOT_CONNECTED;