summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Timeout/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Timeout/server.cpp')
-rw-r--r--TAO/tests/MT_Timeout/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MT_Timeout/server.cpp b/TAO/tests/MT_Timeout/server.cpp
index 91dede3b629..2b60e0c130d 100644
--- a/TAO/tests/MT_Timeout/server.cpp
+++ b/TAO/tests/MT_Timeout/server.cpp
@@ -18,7 +18,7 @@ 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 '?':
default: