diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-09 05:58:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-09 05:58:59 +0000 |
commit | 59db3262fd406fa73141a44aeb22cdf0567f8e83 (patch) | |
tree | cc38d3da890fa9d6c30456c93ae9a03dac389900 /ace/Acceptor.cpp | |
parent | 824eacac28af9675f3a300c0f8ac495c1d94a9fd (diff) | |
download | ATCD-59db3262fd406fa73141a44aeb22cdf0567f8e83.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Acceptor.cpp')
-rw-r--r-- | ace/Acceptor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Acceptor.cpp b/ace/Acceptor.cpp index 4c5c73e9af5..c65ea757193 100644 --- a/ace/Acceptor.cpp +++ b/ace/Acceptor.cpp @@ -731,7 +731,7 @@ ACE_Oneshot_Acceptor<SVC_HANDLER, ACE_PEER_ACCEPTOR_2>::handle_timeout errno = ETIMEDOUT; if (this->svc_handler_->handle_timeout (tv, arg) == -1) - this->svc_handler_->handle_close (sh->get_handle (), + this->svc_handler_->handle_close (this->svc_handler_->get_handle (), ACE_Event_Handler::TIMER_MASK);; // Since we aren't necessarily registered with the Reactor, don't |