summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 12:34:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 12:34:08 +0000
commit5d9eeb46fbae6b09c929f8bc4eaacf23d381a1cf (patch)
tree618a8cb52f20a3eb9329a1fce7e267e7114a88d2 /TAO/examples
parent9564b5eb380216d552ac952cf6050a87e51c49c3 (diff)
downloadATCD-5d9eeb46fbae6b09c929f8bc4eaacf23d381a1cf.tar.gz
ChangeLogTag: Wed Mar 2 12:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/POA/DSI/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/examples/POA/DSI/client.cpp b/TAO/examples/POA/DSI/client.cpp
index d947e355cb7..f3361796b0b 100644
--- a/TAO/examples/POA/DSI/client.cpp
+++ b/TAO/examples/POA/DSI/client.cpp
@@ -210,6 +210,8 @@ main (int argc, char **argv)
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
+ ACE_OS::strcpy (str, "Shutdown server");
+
if (shutdown_server)
{
database_agent->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);