summaryrefslogtreecommitdiff
path: root/ACE/tests/Max_Default_Port_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
commit1f64aa73343cd2a5e5b185b5737fec57d53e6add (patch)
treefcb01a56ae6534294f6337c3866e2e4bdb0d5066 /ACE/tests/Max_Default_Port_Test.cpp
parentab6ed5beeecb2c3d0fe230f76d872c2c7b0cedcb (diff)
downloadATCD-1f64aa73343cd2a5e5b185b5737fec57d53e6add.tar.gz
Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/tests/Max_Default_Port_Test.cpp')
-rw-r--r--ACE/tests/Max_Default_Port_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Max_Default_Port_Test.cpp b/ACE/tests/Max_Default_Port_Test.cpp
index 6b4fc0bb5a5..3c9f30cbf91 100644
--- a/ACE/tests/Max_Default_Port_Test.cpp
+++ b/ACE/tests/Max_Default_Port_Test.cpp
@@ -87,7 +87,7 @@ My_Accept_Handler::handle_input (ACE_HANDLE)
}
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("My_Accept_Handler::handle_input \n")));
+ ACE_TEXT ("My_Accept_Handler::handle_input\n")));
// Close the opened stream, else it'll leak a handle. Don't close
// the acceptor here, though, because get_handle() needs it to
@@ -186,7 +186,7 @@ run_main (int argc, ACE_TCHAR *argv[])
#else
const u_short ports_to_test = 300;
#endif
-
+
//Ports beyond 65279 were said to bad on NT sp 3.
for (u_short idx = USHRT_MAX; idx != USHRT_MAX - ports_to_test; --idx)
{