summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Supports/client.cpp')
-rw-r--r--TAO/tests/OBV/Supports/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/OBV/Supports/client.cpp b/TAO/tests/OBV/Supports/client.cpp
index 3f970fba886..7342eaaf0a5 100644
--- a/TAO/tests/OBV/Supports/client.cpp
+++ b/TAO/tests/OBV/Supports/client.cpp
@@ -42,7 +42,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)
return 1;