Fixed comment in tls_disconnect.

This commit is contained in:
Mike McDonald 2014-01-17 11:54:35 -05:00
parent c273a4ac5e
commit 7f040406ac
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ BOOL tls_disconnect(rdpTls* tls)
{
/**
* In cases where the underlying socket has become disconnected,
* there is no need to send a "close notify" shutdown alert. In
* there is no need to send a "close notify" shutdown alert. In
* fact, attempting to do so can cause a crash in SSL_shutdown.
*
* The following code disables sending the "close notify".