summaryrefslogtreecommitdiff
path: root/tests/Proactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Proactor_Test.cpp')
-rw-r--r--tests/Proactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Proactor_Test.cpp b/tests/Proactor_Test.cpp
index e368a9f5c89..0ad871c69d4 100644
--- a/tests/Proactor_Test.cpp
+++ b/tests/Proactor_Test.cpp
@@ -1066,7 +1066,7 @@ Connector::start (const ACE_INET_Addr& addr, int num)
for (; rc < num; rc++)
{
- if (this->connect (addr) != 0)
+ if (this->connect (addr, ACE_INET_Addr ((u_short)0)) != 0)
{
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%t) %p\n"),