Skip to content

Commit 6afcf54

Browse files
committed
SSLClient: remove unnecessary connected flag reset
1 parent c0ca88f commit 6afcf54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/SSLClient/src/SSLClient.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ int SSLClient::connect(const char *host, uint16_t port, const char *_CA_cert, co
113113
if (ret < 0) {
114114
log_e("start_ssl_client: %d", ret);
115115
stop();
116-
_connected = false;
117116
return 0;
118117
}
119118
log_i("SSL connection established");

0 commit comments

Comments
 (0)