diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:55:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-12-26 15:55:59 +0000 |
commit | 9373ca40cf71d21bf53f64d2a0ccd130d6524e73 (patch) | |
tree | 1534aad8ba29d75881ad6f4ab980fb04525b42f3 /TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp | |
parent | 0bc80fab4dc53994efbd511b22b0c86d59baff8c (diff) | |
download | ATCD-9373ca40cf71d21bf53f64d2a0ccd130d6524e73.tar.gz |
ChangeLogTag:Wed Dec 26 09:07:45 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp')
-rw-r--r-- | TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp b/TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp index 7dc2b43d35e..468ad3bce42 100644 --- a/TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp +++ b/TAO/orbsvcs/tests/Security/Secure_Invocation/client.cpp @@ -117,7 +117,7 @@ parse_args (int argc, char *argv[]) switch (c) { case 'k': - ior = get_opts.optarg; + ior = get_opts.opt_arg (); break; case '?': default: |