summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Supports/server.cpp')
-rw-r--r--TAO/tests/OBV/Supports/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/OBV/Supports/server.cpp b/TAO/tests/OBV/Supports/server.cpp
index c2e58aade67..10ffff3d806 100644
--- a/TAO/tests/OBV/Supports/server.cpp
+++ b/TAO/tests/OBV/Supports/server.cpp
@@ -11,7 +11,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);
CORBA::Object_var poa_object = orb->resolve_initial_references ("RootPOA");