diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-09-04 17:52:09 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-09-04 17:52:09 +0000 |
commit | adbbe1b5295c43840115bd84dd6f403712718dc1 (patch) | |
tree | 1064517ee2d03a9485a6a4a207a3f830d5f6ae2f /ace/ACE.cpp | |
parent | ba43d83d17dccebb786c135271971cfb2a5e5127 (diff) | |
download | ATCD-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.cpp | 7 |
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. |