diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-02-19 02:39:50 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-02-19 02:39:50 +0000 |
commit | c4f70e6918e9ff1f7e892d7bd6f5f5872cc89e43 (patch) | |
tree | 08e6e1aca4d26808eb73ea56f1df5a66e8424fd7 /ace/Connector.cpp | |
parent | 94d21c53812d0669f49023815a2d3082ae03f8e0 (diff) | |
download | ATCD-c4f70e6918e9ff1f7e892d7bd6f5f5872cc89e43.tar.gz |
ChangeLogTag:Mon Feb 18 20:16:27 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r-- | ace/Connector.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp index 2debc2b48b1..b09998925ca 100644 --- a/ace/Connector.cpp +++ b/ace/Connector.cpp @@ -52,8 +52,7 @@ ACE_Connector<SVH, PR_CO_2>::make_svc_handler (SVC_HANDLER *&sh) // Set the reactor of the newly created <SVC_HANDLER> to the same // reactor that this <Connector> is using. - if (this->reactor ()) - sh->reactor (this->reactor ()); + sh->reactor (this->reactor ()); return 0; } |