summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/TIE/client.cpp')
-rw-r--r--TAO/examples/POA/TIE/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/TIE/client.cpp b/TAO/examples/POA/TIE/client.cpp
index 4c42701fc9d..173bdd9ca9f 100644
--- a/TAO/examples/POA/TIE/client.cpp
+++ b/TAO/examples/POA/TIE/client.cpp
@@ -173,7 +173,7 @@ main (int argc, char **argv)
try
{
// Initialize the ORB
- CORBA::ORB_var orb = CORBA::ORB_init (argc, argv, 0);
+ CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
// Initialize options based on command-line arguments.
int parse_args_result = parse_args (argc, argv);