diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-07 04:53:38 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-07 04:53:38 +0000 |
commit | 75848ad6f75bdfdf02fdc6a8498c76cb0239943d (patch) | |
tree | 0f5575f0d8a57392b7ee73eab8115747e4572279 /ace/TLI_Connector.cpp | |
parent | bc4de1af871b197082ea9f6d3986a9f0dca41fe4 (diff) | |
download | ATCD-75848ad6f75bdfdf02fdc6a8498c76cb0239943d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/TLI_Connector.cpp')
-rw-r--r-- | ace/TLI_Connector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/TLI_Connector.cpp b/ace/TLI_Connector.cpp index 2d628f84dd0..defa11762c5 100644 --- a/ace/TLI_Connector.cpp +++ b/ace/TLI_Connector.cpp @@ -51,7 +51,7 @@ ACE_TLI_Connector::connect (ACE_TLI_Stream &new_stream, else // Borrow the handle from the NEW_STREAM. this->set_handle (new_stream.get_handle ()); - if (&local_sap != &ACE_Addr::sap_any) + if (local_sap != ACE_Addr::sap_any) { // Bind the local endpoint to a specific addr. |