summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp
index 61192f2f469..12f3941de51 100644
--- a/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.cpp
@@ -65,7 +65,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
parse_args (argc, argv);
ACE_INET_Addr sa (port_number, host_name);
- void *cp;
+ void *cp = 0;
char buf[BUFSIZ];
int n;
ACE_SOCK_CODgram dc;