diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-02 03:09:50 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-07-02 03:09:50 +0000 |
commit | 6d1fa64692e9048a3e7e308cd17603bf79f9199d (patch) | |
tree | 1c1c0a74be056e6da8a7bdc890f53593056493fe /TAO/tao/IIOP_Connect.cpp | |
parent | 205fa802834dce2a2d8f5c89f7a70b65ed0c81e2 (diff) | |
download | ATCD-6d1fa64692e9048a3e7e308cd17603bf79f9199d.tar.gz |
Cosmetic updates.
Diffstat (limited to 'TAO/tao/IIOP_Connect.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connect.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tao/IIOP_Connect.cpp b/TAO/tao/IIOP_Connect.cpp index dd96d9a14a0..1a35d7df728 100644 --- a/TAO/tao/IIOP_Connect.cpp +++ b/TAO/tao/IIOP_Connect.cpp @@ -139,6 +139,7 @@ TAO_IIOP_Server_Connection_Handler::open (void*) ACE_DEBUG ((LM_DEBUG, "(%P|%t) IIOP connection from client <%s> on %d\n", client, this->peer ().get_handle ())); + return 0; } |