Skip to content

Commit

Permalink
initialize io_ctx to nullptr
Browse files Browse the repository at this point in the history
  • Loading branch information
ztittle authored and igrr committed Jan 12, 2018
1 parent 02259a4 commit ca25068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/ESP8266WiFi/src/WiFiClientSecure.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class SSLContext
size_t _available = 0;
BufferList _writeBuffers;
bool _allowSelfSignedCerts = false;
ClientContext* io_ctx;
ClientContext* io_ctx = nullptr;
};

SSL_CTX* SSLContext::_ssl_ctx = nullptr;
Expand Down

0 comments on commit ca25068

Please sign in to comment.