diff options
Diffstat (limited to '')
-rw-r--r-- | tests/testUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testUtils.cpp b/tests/testUtils.cpp index 8b16c4e8..8e02b3c7 100644 --- a/tests/testUtils.cpp +++ b/tests/testUtils.cpp @@ -110,6 +110,7 @@ void testSocket::sendRaw(const char* buffer, const size_type count) testSocket::size_type testSocket::sendRawNonBlocking(const char* buffer, const size_type count) { sendRaw(buffer, count); + return count; } |