diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 20:33:52 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-11-12 20:33:52 +0000 |
commit | 22b6f0974bee2b0ffc4ec6c8f3755bf8a36134f1 (patch) | |
tree | dbb10fc6e11bc0fa137fcb3959434e8678ab20bb /TAO/tao/IIOP_Connector.cpp | |
parent | 384dab3ebf8d304edd33edf4584d73896678b907 (diff) | |
download | ATCD-22b6f0974bee2b0ffc4ec6c8f3755bf8a36134f1.tar.gz |
ChangeLogTag: Tue Nov 12 14:34:37 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r-- | TAO/tao/IIOP_Connector.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp index fdb1a8e32d5..7d963a2ed7d 100644 --- a/TAO/tao/IIOP_Connector.cpp +++ b/TAO/tao/IIOP_Connector.cpp @@ -197,7 +197,9 @@ TAO_IIOP_Connector::make_connection (TAO_GIOP_Invocation *invocation, long refcount = svc_handler->decr_refcount (); ACE_ASSERT (refcount >= 0); - + + ACE_UNUSED_ARG (refcount); + if (result == -1) { // Give users a clue to the problem. |