Removed initialization of WiFiClient in HAP.h

See #508 for details.
This commit is contained in:
Gregg 2023-02-18 22:21:54 -06:00
parent 69af3d59a3
commit 7e3d26fe6e
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ struct HAPClient {
// individual structures and data defined for each Hap Client connection
WiFiClient client=0; // handle to client
WiFiClient client; // handle to client
Controller *cPair; // pointer to info on current, session-verified Paired Controller (NULL=un-verified, and therefore un-encrypted, connection)
// These keys are generated in the first call to pair-verify and used in the second call to pair-verify so must persist for a short period