summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-07 20:15:29 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-07 20:15:29 +0000
commited63155d0c7f18cd3a19c9b6dfaa9b0110d0d08f (patch)
tree566d3c5402bdb486e565628791e56fee709e816c
parente1235d9a108926f1ee7b5f7c7ed4fcdc8279428f (diff)
downloadATCD-ed63155d0c7f18cd3a19c9b6dfaa9b0110d0d08f.tar.gz
(cat_iiop_profile): added missing read of port_number from the str.
-rw-r--r--TAO/utils/catior/catior.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/utils/catior/catior.cpp b/TAO/utils/catior/catior.cpp
index a013d4ca837..7efa5406897 100644
--- a/TAO/utils/catior/catior.cpp
+++ b/TAO/utils/catior/catior.cpp
@@ -618,6 +618,8 @@ cat_iiop_profile (TAO_InputCDR& stream)
return 1;
}
+ str >> port_number;
+
ACE_DEBUG ((LM_DEBUG,
"Host Name:\t%s\n",
hostname));