summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 23:25:38 +0000
commit95fa3ab2bd0bf931686ab0d9095d67cd63c62315 (patch)
tree146c6f78a14a797772673aceacb58361f69e5b55 /TAO/tao/Invocation.cpp
parentf35a04ee399e9d8383ad49d939e452a55013c1de (diff)
downloadATCD-95fa3ab2bd0bf931686ab0d9095d67cd63c62315.tar.gz
ChangeLogTag:Tue Jun 1 18:13:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>ami_phase1
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index e620fa54d37..7dc308adc81 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -772,10 +772,7 @@ TAO_GIOP_Twoway_Invocation::invoke_i (CORBA::Environment &ACE_TRY_ENV)
// Wait for the reply. We should wait till we receive the reply
// fully.
// @@ Check for return value -1 here !!! (Alex).
- int reply_error = 0;
-
- while (!this->transport_->message_received () && reply_error == 0)
- reply_error = this->transport_->wait_for_reply ();
+ int reply_error = this->transport_->wait_for_reply ();
if (reply_error == -1)
{