Skip to content

Commit da651f3

Browse files
authored
Merge pull request #20 from bill18/patch-3
Update 49-TLSClient.cpp
2 parents 7cbc6b4 + 8f3325a commit da651f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/49-TLSClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using namespace nodepp;
77
void onMain(){
88

99
auto ssl = ssl_t();
10-
auto server = tls::client( &ssl );
10+
auto client = tls::client( &ssl );
1111

1212
client.onConnect([=]( ssocket_t cli ){
1313

0 commit comments

Comments
 (0)