From 4c992c5f3cfb43f2dd6bc318d2f8b529ded00412 Mon Sep 17 00:00:00 2001 From: mitza Date: Tue, 23 Jun 2009 20:11:39 +0000 Subject: ChangeLogTag: Tue Jun 23 20:06:54 UTC 2009 Adam Mitz --- TAO/tests/ForwardUponObjectNotExist/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/tests/ForwardUponObjectNotExist/client.cpp') diff --git a/TAO/tests/ForwardUponObjectNotExist/client.cpp b/TAO/tests/ForwardUponObjectNotExist/client.cpp index cea8a74686a..4243ec5ee13 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, - sizeof corbaloc_prefix -1) != 0) + ACE_OS::strlen (corbaloc_prefix)) != 0) return 1; // Indicates sucessful parsing of the command line -- cgit v1.2.1