summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-15 10:57:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-15 10:57:35 +0000
commita646a33ae641141d8c1fd0ff7343723b58a089bb (patch)
tree1beef8d5b1275833ff81f950adc9c372c2fd68dc
parent144a5cd7004316b511ca8003e2972c29521f66fe (diff)
downloadATCD-a646a33ae641141d8c1fd0ff7343723b58a089bb.tar.gz
ChangeLogTag: Sat Apr 15 10:57:00 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--tests/SSL/SSL_Asynch_Stream_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/SSL/SSL_Asynch_Stream_Test.cpp b/tests/SSL/SSL_Asynch_Stream_Test.cpp
index 386dcc7917c..9174262b29c 100644
--- a/tests/SSL/SSL_Asynch_Stream_Test.cpp
+++ b/tests/SSL/SSL_Asynch_Stream_Test.cpp
@@ -312,7 +312,7 @@ Server_Handler::handle_read_stream
delete this;
return;
}
-
+
// Scan through the received data for the expected string. There may be
// multiples and/or partials. Count up how many arrive before the connection
// is closed.
@@ -417,7 +417,7 @@ start_clients (void *arg)
}
Client_Handler *new_handler = 0;
- ACE_NEW_RETURN (new_handler, Client_Handler, -1);
+ ACE_NEW_RETURN (new_handler, Client_Handler, (void *) -1);
if (new_handler->open (stream.get_handle ()) != 0)
delete new_handler;
stream.set_handle (ACE_INVALID_HANDLE);