summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Conn_Test.cpp')
-rw-r--r--tests/Conn_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index 687970b213b..34d0cc01b06 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -273,8 +273,7 @@ Svc_Handler::recv_data (void)
// Since we're in non-blocking mode we need to use <select> to
// avoid busy waiting.
if (ACE_OS::select (int (new_stream.get_handle ()) + 1,
- handle_set,
- 0, 0, 0) == -1)
+ handle_set) == -1)
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("select")));