Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uninitted class variables from esp8266#7464 (esp8266#7478)
PR esp8266#7464 removed the reset of client authentication settings when server authentication settings were changed, however it never did initialize the client authentication information to nullptr in the constructor. This can result in crashes during connections when client certs are not applied. Fix by resetting the client authenticaion variables on object construction.
- Loading branch information