summaryrefslogtreecommitdiff
path: root/TAO/utils
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2003-04-27 00:26:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2003-04-27 00:26:09 +0000
commit198055f4c79ca1efb22212e76c2341f560e7a468 (patch)
treee6240d3e868a452f5655888a54d0fe7a4c3260cc /TAO/utils
parent2f4965cea633dfb154ac96b186ae4e1a3cbb2c02 (diff)
downloadATCD-198055f4c79ca1efb22212e76c2341f560e7a468.tar.gz
ChangeLogTag:Sat Apr 26 12:00:36 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'TAO/utils')
-rw-r--r--TAO/utils/IOR-parser/ior-handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/utils/IOR-parser/ior-handler.cpp b/TAO/utils/IOR-parser/ior-handler.cpp
index 59fcc361322..288fa63e2d2 100644
--- a/TAO/utils/IOR-parser/ior-handler.cpp
+++ b/TAO/utils/IOR-parser/ior-handler.cpp
@@ -367,10 +367,10 @@ IorHandler::interpretIor (char *thisIor, struct IOR_Manager *thisIorInfo)
ulongValue = getOctet2Field((char *)(thisIor + numHexCharsRead),
&numCharsToSkip);
- if ((ulongValue != 0) && (ulongValue != 1))
+ if ((ulongValue != 0) && (ulongValue != 1) && (ulongValue != 2))
{
ACE_DEBUG ((LM_DEBUG,
- "IIOP minor version != 0 or 1\n"));
+ "IIOP minor version != 0, 1, or 2\n"));
ACE_OS::exit (1);
}