summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-14 15:20:02 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-03-14 15:20:02 +0000
commit7e1960aa82e13ec948bfdcee2f84317d91c164f1 (patch)
tree1aadba82256067cf23f13cb23879189f5b684179 /examples
parent73b6abd424e67871e3489a318d5c091c34d17d36 (diff)
downloadATCD-7e1960aa82e13ec948bfdcee2f84317d91c164f1.tar.gz
ChangeLogTag:Thu Mar 14 09:17:55 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'examples')
-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.