summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/server.cpp b/TAO/orbsvcs/tests/Security/Callback/server.cpp
index f3b2e230f87..ab355c2317f 100644
--- a/TAO/orbsvcs/tests/Security/Callback/server.cpp
+++ b/TAO/orbsvcs/tests/Security/Callback/server.cpp
@@ -22,7 +22,7 @@ main (int argc, char *argv[])
// Initialize the ORB
//
CORBA::ORB_var orb =
- CORBA::ORB_init (argc, argv, "");
+ CORBA::ORB_init (argc, argv);
//
// Get the Root POA.