summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Client/client.cpp')
-rw-r--r--TAO/tests/MT_Client/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MT_Client/client.cpp b/TAO/tests/MT_Client/client.cpp
index 75dbdd84241..61a155fc737 100644
--- a/TAO/tests/MT_Client/client.cpp
+++ b/TAO/tests/MT_Client/client.cpp
@@ -22,13 +22,13 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'k':
- ior = get_opts.optarg;
+ ior = get_opts.opt_arg ();
break;
case 'n':
- nthreads = ACE_OS::atoi (get_opts.optarg);
+ nthreads = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'i':
- niterations = ACE_OS::atoi (get_opts.optarg);
+ niterations = ACE_OS::atoi (get_opts.opt_arg ());
break;
case 'x':
server_shutdown = 1;