Skip to content

Commit

Permalink
error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Nov 19, 2024
1 parent a819c5f commit 23cf123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/sslclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ void ssl_client::on_write(socket fd, const struct socket_events& e) {

void ssl_client::on_error(socket fd, const struct socket_events&, int error_code) {
if (sfd != INVALID_SOCKET) {
this->close();
ssl_client::close();
}
}

Expand Down

0 comments on commit 23cf123

Please sign in to comment.