summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-04 17:52:09 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-04 17:52:09 +0000
commitadbbe1b5295c43840115bd84dd6f403712718dc1 (patch)
tree1064517ee2d03a9485a6a4a207a3f830d5f6ae2f /ace/ACE.cpp
parentba43d83d17dccebb786c135271971cfb2a5e5127 (diff)
downloadATCD-adbbe1b5295c43840115bd84dd6f403712718dc1.tar.gz
ChangeLogTag: Tue Sep 4 12:46:50 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index cb299da540d..45514732050 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -966,13 +966,6 @@ ACE::recv_n_i (ACE_HANDLE handle,
// Check EOF.
if (n == 0)
{
- // If the bytes received is greater than zero, ie. if you
- // had received anything in the first iteration, then just
- // return the bytes transferred. Thanks to Eyal Neuman for
- // pointing this out.
- if (bytes_transferred > 0)
- return bytes_transferred;
-
return 0;
}
// Check for other errors.