Skip to content

Commit

Permalink
Bugfix: Passing parameter 'sock' to base class ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 18, 2020
1 parent c4ac183 commit 5f745c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WiFiSSLClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WiFiBearSSLClient::WiFiBearSSLClient() :
}

WiFiBearSSLClient::WiFiBearSSLClient(uint8_t sock) :
WiFiClient()
WiFiClient(sock)
{
}

Expand Down

0 comments on commit 5f745c6

Please sign in to comment.