summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp
index ef9a37a5987..613424ca06e 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_3/ClientApp.cpp
@@ -60,7 +60,7 @@ ClientApp::run_i(int argc, char* argv[])
int
ClientApp::init(int argc, char* argv[])
{
- this->orb_ = CORBA::ORB_init(argc, argv, "");
+ this->orb_ = CORBA::ORB_init(argc, argv);
// Parse the command-line args for this application.
// * Raises -1 if problems are encountered.