Skip to content

Commit 5f745c6

Browse files
committed
Bugfix: Passing parameter 'sock' to base class ctor
1 parent c4ac183 commit 5f745c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WiFiSSLClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ WiFiBearSSLClient::WiFiBearSSLClient() :
4545
}
4646

4747
WiFiBearSSLClient::WiFiBearSSLClient(uint8_t sock) :
48-
WiFiClient()
48+
WiFiClient(sock)
4949
{
5050
}
5151

0 commit comments

Comments
 (0)