summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-09-14 15:25:13 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-09-14 15:25:13 +0200
commit7e30d370d0c7104b2ab0ea61c1ff93b9f15797a3 (patch)
tree7a835134237dcb4f124033051d04c6b77e6fd3f0
parent037b0c63d3a2fb9eb6701122930583bba3ebd9c9 (diff)
downloadATCD-7e30d370d0c7104b2ab0ea61c1ff93b9f15797a3.tar.gz
Fixed coverity error
* ACE/ace/Naming_Context.cpp:
-rw-r--r--ACE/ace/Naming_Context.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ace/Naming_Context.cpp b/ACE/ace/Naming_Context.cpp
index 8d0ba1d2335..ddfad7f9653 100644
--- a/ACE/ace/Naming_Context.cpp
+++ b/ACE/ace/Naming_Context.cpp
@@ -140,7 +140,8 @@ ACE_Naming_Context::close (void)
ACE_Naming_Context::ACE_Naming_Context (void)
: name_options_ (0),
name_space_ (0),
- netnameserver_host_ (0)
+ netnameserver_host_ (0),
+ netnameserver_port_ (0)
{
ACE_TRACE ("ACE_Naming_Context::ACE_Naming_Context");