summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_UDP_Test.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2008-04-29 20:09:35 +0000
committerSteve Huston <shuston@riverace.com>2008-04-29 20:09:35 +0000
commitd5d4988e2a6ac81a6c6285ac1eab337d04f41613 (patch)
treeef4c7f0efe2a9d17497c9776424827c494721d4d /ACE/tests/Proactor_UDP_Test.cpp
parentdfbc40ed1f90a2e23a5d96e299087405576287a8 (diff)
downloadATCD-d5d4988e2a6ac81a6c6285ac1eab337d04f41613.tar.gz
ChangeLogTag:Tue Apr 29 19:52:48 UTC 2008 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/tests/Proactor_UDP_Test.cpp')
-rw-r--r--ACE/tests/Proactor_UDP_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_UDP_Test.cpp b/ACE/tests/Proactor_UDP_Test.cpp
index 70c45087c6a..36783918716 100644
--- a/ACE/tests/Proactor_UDP_Test.cpp
+++ b/ACE/tests/Proactor_UDP_Test.cpp
@@ -1939,7 +1939,7 @@ Client::handle_read_dgram (const ACE_Asynch_Read_Dgram::Result &result)
}
else
{
- if (duplex != 0 || this->stop_writing_)
+ if (duplex != 0)
this->initiate_read ();
else // half-duplex write, after write we will start read
this->initiate_write ();