summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/client.cpp')
-rw-r--r--TAO/tests/Abstract_Interface/client.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/Abstract_Interface/client.cpp b/TAO/tests/Abstract_Interface/client.cpp
index 0fcf7680569..0e314cb7bd3 100644
--- a/TAO/tests/Abstract_Interface/client.cpp
+++ b/TAO/tests/Abstract_Interface/client.cpp
@@ -178,9 +178,7 @@ main (int argc, char *argv[])
try
{
- CORBA::ORB_var orb = CORBA::ORB_init (argc,
- argv,
- "");
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
if (parse_args (argc, argv) != 0)
{