Skip to content

Commit

Permalink
Update src/examples/tls_ssl_key_log_file.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: René Meusel <[email protected]>
  • Loading branch information
volok-aleksej and reneme authored May 23, 2024
1 parent 6245d61 commit 158d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/tls_ssl_key_log_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ int main() {

std::vector<bool> activated;
for(auto& conn : connections) {
conn->set_activaited_callback([&]() {
conn->set_activated_callback([&]() {
activated.push_back(true);
if(activated.size() == 2) {
conn_cond.notify_one();
Expand Down

0 comments on commit 158d0ab

Please sign in to comment.