summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/MCast
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-12-26 15:55:59 +0000
commitd200c2051c92cc193fdebaabd9c4b80935f33496 (patch)
tree1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/orbsvcs/examples/RtEC/MCast
parentc13d83545ee97972e556b1fdc6eb81c318435f76 (diff)
downloadATCD-d200c2051c92cc193fdebaabd9c4b80935f33496.tar.gz
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/MCast')
-rw-r--r--TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp b/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
index d55b4e5d6ad..82df7818a72 100644
--- a/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
+++ b/TAO/orbsvcs/examples/RtEC/MCast/MCast.cpp
@@ -382,7 +382,7 @@ int parse_args (int argc, char *argv[])
switch (c)
{
case 'm':
- udp_mcast_address = get_opts.optarg;
+ udp_mcast_address = get_opts.opt_arg ();
break;
case '?':