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