summaryrefslogtreecommitdiff
path: root/ace/SSL
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-07 18:45:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-07 18:45:28 +0000
commit047bb0138af9bd642f6c6c4bae7df5239a620aa9 (patch)
tree2bbf42cca880c1b614c483cad0a24241b3290f15 /ace/SSL
parent2e69d1ff32812c348c560b1260bf2f8b90cd0e2f (diff)
downloadATCD-047bb0138af9bd642f6c6c4bae7df5239a620aa9.tar.gz
ChangeLogTag:Fri Dec 7 10:22:25 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL')
-rw-r--r--ace/SSL/SSL_SOCK_Stream.i7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/SSL/SSL_SOCK_Stream.i b/ace/SSL/SSL_SOCK_Stream.i
index 4c74c4f6937..a95b068fe2c 100644
--- a/ace/SSL/SSL_SOCK_Stream.i
+++ b/ace/SSL/SSL_SOCK_Stream.i
@@ -278,12 +278,6 @@ ACE_SSL_SOCK_Stream::close (void)
case SSL_ERROR_NONE:
case SSL_ERROR_SYSCALL: // Ignore this error condition.
- // Don't set the handle in OpenSSL; only in the SSL_SOCK_Stream.
- // We do this to avoid any potential side effects. Invoking
- // ACE_SSL_SOCK::set_handle() bypasses the OpenSSL SSL_set_fd()
- // call ACE_SSL_SOCK_Stream::set_handle() does.
- this->ACE_SSL_SOCK::set_handle (ACE_INVALID_HANDLE);
-
// Reset the SSL object to allow another connection to be made
// using this ACE_SSL_SOCK_Stream instance. This prevents the
// previous SSL session state from being associated with the new
@@ -321,4 +315,3 @@ ACE_SSL_SOCK_Stream::ssl (void) const
{
return this->ssl_;
}
-