summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardUponObjectNotExist/client.cpp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-24 23:52:35 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-24 23:52:35 +0000
commit00f5c123221f1f60b1ff365d7cd14d4317e06ce1 (patch)
tree03495e9c736e43f1e2d44ad4e7c83a287f29b20b /TAO/tests/ForwardUponObjectNotExist/client.cpp
parente0c701f206c2f136457b3d96310e2e28590b48f6 (diff)
downloadATCD-CIAOCDM.tar.gz
new branchCIAOCDM
Diffstat (limited to 'TAO/tests/ForwardUponObjectNotExist/client.cpp')
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ForwardUponObjectNotExist/client.cpp b/TAO/tests/ForwardUponObjectNotExist/client.cpp
index 4243ec5ee13..cea8a74686a 100755
--- a/TAO/tests/ForwardUponObjectNotExist/client.cpp
+++ b/TAO/tests/ForwardUponObjectNotExist/client.cpp
@@ -46,7 +46,7 @@ parse_args (int argc, ACE_TCHAR *argv[])
if (ACE_OS::strncmp (ior,
corbaloc_prefix,
- ACE_OS::strlen (corbaloc_prefix)) != 0)
+ sizeof corbaloc_prefix -1) != 0)
return 1;
// Indicates sucessful parsing of the command line