summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections/server.cpp')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/server.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/server.cpp b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
index 76c3f99f1d9..c2b2660d8fc 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/server.cpp
+++ b/TAO/tests/RTCORBA/Banded_Connections/server.cpp
@@ -141,15 +141,15 @@ parse_args (int argc, char *argv[])
switch (c)
{
case 'n':
- ior_output_file1 = get_opts.optarg;
+ ior_output_file1 = get_opts.opt_arg ();
break;
case 'o':
- ior_output_file2 = get_opts.optarg;
+ ior_output_file2 = get_opts.opt_arg ();
break;
case 'b':
- bands_file = get_opts.optarg;
+ bands_file = get_opts.opt_arg ();
break;
case '?':