summaryrefslogtreecommitdiff
path: root/ace/MEM_IO.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/MEM_IO.i')
-rw-r--r--ace/MEM_IO.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/MEM_IO.i b/ace/MEM_IO.i
index 8e0fb4b1bb3..01f6484f0bd 100644
--- a/ace/MEM_IO.i
+++ b/ace/MEM_IO.i
@@ -65,6 +65,7 @@ ACE_MEM_IO::recv (void *buf, size_t n, int flags)
n -= length;
count += length;
}
+
return count;
}