diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp b/TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp index 189e4ea5804..b5149ff965f 100644 --- a/TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp +++ b/TAO/orbsvcs/tests/Security/MT_SSLIOP/server.cpp @@ -17,11 +17,11 @@ parse_args (int argc, char *argv[]) switch (c) { case 'o': - ior_output_file = get_opts.optarg; + ior_output_file = get_opts.opt_arg (); break; case 'n': - nthreads = ACE_OS::atoi (get_opts.optarg); + nthreads = ACE_OS::atoi (get_opts.opt_arg ()); break; case '?': |