Solve issue #2092 by initializing * _client to nullptr (#2097)

This commit is contained in:
Jeroen88 2018-11-26 23:23:19 +01:00 committed by Me No Dev
parent e609c78f20
commit 0640964879

View File

@ -208,7 +208,7 @@ protected:
std::unique_ptr<WiFiClient> _tcpDeprecated;
#endif
WiFiClient* _client;
WiFiClient* _client = nullptr;
/// request handling
String _host;