summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-13 13:53:24 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-01-13 13:53:24 +0100
commitcde8fd193652205cf84a9ef5f74775000f0c9807 (patch)
treeb63f669a13dd5162f078d0f8c910942907ebe1d2
parent3f7247d33935f6451bd13835015cf7bf53b50969 (diff)
downloadATCD-cde8fd193652205cf84a9ef5f74775000f0c9807.tar.gz
Fixed cleanup error
* ACE/tests/Proactor_Test_IPV6.cpp:
-rw-r--r--ACE/tests/Proactor_Test_IPV6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_Test_IPV6.cpp b/ACE/tests/Proactor_Test_IPV6.cpp
index 16f6fc93e19..376e7b415c6 100644
--- a/ACE/tests/Proactor_Test_IPV6.cpp
+++ b/ACE/tests/Proactor_Test_IPV6.cpp
@@ -1316,7 +1316,7 @@ Client::initiate_write_stream ()
static const size_t complete_message_length = ACE_OS::strlen (complete_message);
-#if (defined (ACE_WIN32)
+#if defined (ACE_WIN32)
ACE_Message_Block *mb1 = 0,
*mb2 = 0,
*mb3 = 0;