summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-06 15:34:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-06 15:34:59 +0000
commitebf7b5d8d7bbdce65306e296e45b1ac58b180e24 (patch)
treeda29082c2f85aa91bf32b6fd6288600b5c5200b1 /TAO/tao/IIOP_Connection_Handler.cpp
parent81e56bc8941e0d5982b14272e5254cd3c99b8900 (diff)
downloadATCD-ebf7b5d8d7bbdce65306e296e45b1ac58b180e24.tar.gz
ChangeLogTag: Sun May 6 10:02:08 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index 238b3ed1fa9..506d4101a00 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -338,11 +338,9 @@ TAO_IIOP_Connection_Handler::handle_input_i (ACE_HANDLE,
if (--this->pending_upcalls_ <= 0)
result = -1;
- if (result == -1)
+ if (result == -1 ||
+ result == 1)
return result;
- else if (result == 0)
- // Requires another call to handle_input ()
- return 1;
return 0;
}