summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp
index 3c8bcdfab81..9b3327e07e0 100644
--- a/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.cpp
@@ -56,7 +56,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
parse_args (argc, argv);
// Default is to ask the server for ``help.''
- static char buf[BUFSIZ] = "help";
+ static char buf[BUFSIZ] = "help\n";
int n;
ACE_SOCK_Stream sc;
ACE_SOCK_Connector con;
@@ -72,7 +72,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (remote_reconfigure)
// Remotely instruct the server to reconfigure itself.
- ACE_OS::strcpy (buf, "reconfigure");
+ ACE_OS::strcpy (buf, "reconfigure\n");
// Send the command.