Skip to content
Snippets Groups Projects
Commit 9b4b5852 authored by ovari's avatar ovari
Browse files

cleanup

... → …
wish → want

Change-Id: Iedfd8fcf6cdb56819b80a954d511f83eb2b8e906
parent 58df28d6
No related branches found
No related tags found
No related merge requests found
...@@ -78,4 +78,4 @@ sudo make install ...@@ -78,4 +78,4 @@ sudo make install
## Contributing ## Contributing
If you encounter issues or wish to contribute to DHTNet's development, please visit the [GitHub repository](https://github.com/savoirfairelinux/dhtnet) for more details on how to get involved. If you encounter issues or want to contribute to DHTNet's development, please visit the [GitHub repository](https://github.com/savoirfairelinux/dhtnet) for more details on how to get involved.
...@@ -1596,7 +1596,7 @@ TlsSession::TlsSessionImpl::handleStateEstablished(TlsSessionState state) ...@@ -1596,7 +1596,7 @@ TlsSession::TlsSessionImpl::handleStateEstablished(TlsSessionState state)
if (params_.logger) if (params_.logger)
params_.logger->e("[TLS] fatal error in recv: %s", gnutls_strerror(ret)); params_.logger->e("[TLS] fatal error in recv: %s", gnutls_strerror(ret));
state = TlsSessionState::SHUTDOWN; state = TlsSessionState::SHUTDOWN;
} // else non-fatal error... let's continue } // else non-fatal error let's continue
return state; return state;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment