summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-22 01:26:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-10-22 01:26:12 +0000
commit5ff307cf57ee9675faca8baeef1b5a577e2f2193 (patch)
treed45c2a0a86d9bd247f65494b0d8c395e330f4d2b /ace/Svc_Handler.cpp
parent861aac3f11e42e45f82647f5bd44f733798559a9 (diff)
downloadATCD-5ff307cf57ee9675faca8baeef1b5a577e2f2193.tar.gz
ChangeLogTag:Thu Oct 21 20:21:13 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Svc_Handler.cpp')
-rw-r--r--ace/Svc_Handler.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/ace/Svc_Handler.cpp b/ace/Svc_Handler.cpp
index 95f7027aee7..767a4a71fba 100644
--- a/ace/Svc_Handler.cpp
+++ b/ace/Svc_Handler.cpp
@@ -159,10 +159,8 @@ ACE_Svc_Handler<PR_ST_2, ACE_SYNCH_USE>::shutdown (void)
this->reactor ()->cancel_timer (this);
if (this->peer ().get_handle () != ACE_INVALID_HANDLE)
- {
- // Remove self from reactor.
- this->reactor ()->remove_handler (this, mask);
- }
+ // Remove self from reactor.
+ this->reactor ()->remove_handler (this, mask);
}
// Remove self from the recycler.