diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-10 20:33:32 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-10 20:33:32 +0000 |
commit | fcc145a6901ea329dffe7d5050b392c8706c08aa (patch) | |
tree | abd3715abf98525d69b597b2afdaa0b72661fe8b /ace/Connector.cpp | |
parent | d6d45e75a16e85429a329e3a173d7fc708631da8 (diff) | |
download | ATCD-fcc145a6901ea329dffe7d5050b392c8706c08aa.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Connector.cpp')
-rw-r--r-- | ace/Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Connector.cpp b/ace/Connector.cpp index bc1c712a4e7..560765ca4d8 100644 --- a/ace/Connector.cpp +++ b/ace/Connector.cpp @@ -452,7 +452,7 @@ ACE_Connector<SH, PR_CO_2>::create_AST (SH *sh, if (this->handler_map_.bind (sh->get_handle (), ast) == -1) goto fail1; - else if (this->reactor ()->register_handler (this, mask) == -1) + else if (this->reactor ()->register_handler (sh->get_handle (), this, mask) == -1) goto fail2; // If we're starting connection under timer control then we need to // schedule a timeout with the ACE_Reactor. |