summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Reply/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Reply/client.cpp')
-rw-r--r--TAO/tests/Big_Reply/client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/Big_Reply/client.cpp b/TAO/tests/Big_Reply/client.cpp
index 803b5db7e89..05651121792 100644
--- a/TAO/tests/Big_Reply/client.cpp
+++ b/TAO/tests/Big_Reply/client.cpp
@@ -73,6 +73,10 @@ main (int argc, char *argv[])
ACE_DEBUG ((LM_DEBUG, "Got all the replies...\n"));
+ // Request the server to shutdown
+ reply_gen->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);
+ ACE_TRY_CHECK;
+
orb->destroy (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
}