summaryrefslogtreecommitdiff
path: root/ace/Naming_Context.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-01 17:08:35 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-01 17:08:35 +0000
commit62b257d7b49d0a935037ab215870f0ba5b70e032 (patch)
tree4912d0c66fd1d9188e7952417f890b59db9c05f8 /ace/Naming_Context.cpp
parent46d5e9ec391050a0b3fc7062c055f75491e94ec4 (diff)
downloadATCD-62b257d7b49d0a935037ab215870f0ba5b70e032.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Naming_Context.cpp')
-rw-r--r--ace/Naming_Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Naming_Context.cpp b/ace/Naming_Context.cpp
index 56130bd3a37..72ceaa42467 100644
--- a/ace/Naming_Context.cpp
+++ b/ace/Naming_Context.cpp
@@ -80,7 +80,7 @@ ACE_Naming_Context::open (Context_Scope_Type scope_in, int lite)
// Use NET_LOCAL name space, set up connection with remote server.
ACE_NEW_RETURN (this->name_space_,
ACE_Remote_Name_Space (this->netnameserver_host_,
- this->netnameserver_port_),
+ (u_short) this->netnameserver_port_),
-1);
}
else // Use NODE_LOCAL or PROC_LOCAL name space.