summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/server.cpp
diff options
context:
space:
mode:
authormjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-28 03:46:02 +0000
committermjb2 <mjb2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-28 03:46:02 +0000
commitf0c78e7475791fff6d59e6507e32db2e51eda5e8 (patch)
tree4d042340bb6929c164e8fdece4ca448795ecd3f8 /TAO/examples/POA/DSI/server.cpp
parentb86a7a46ef6e089b4ef9cbeffb83434eb02f7e52 (diff)
downloadATCD-f0c78e7475791fff6d59e6507e32db2e51eda5e8.tar.gz
See Sun Sep 27 22:37:11 1998 Matthew J Braun <mjb2@cec.wustl.edu>
Diffstat (limited to 'TAO/examples/POA/DSI/server.cpp')
-rw-r--r--TAO/examples/POA/DSI/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/POA/DSI/server.cpp b/TAO/examples/POA/DSI/server.cpp
index 3d1d3536b1a..3f2b349f180 100644
--- a/TAO/examples/POA/DSI/server.cpp
+++ b/TAO/examples/POA/DSI/server.cpp
@@ -31,7 +31,7 @@ parse_args (int argc, char **argv)
switch (c)
{
case 'o':
- ior_output_file = ACE_OS::strdup (get_opts.optarg);
+ ior_output_file = get_opts.optarg;
break;
case 'd':
TAO_debug_level++;