summaryrefslogtreecommitdiff
path: root/ACE/ace/INET_Addr.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:41:22 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-20 14:41:22 +0200
commitfefa0d5f1850d0f1e633c4182702698ce64f6eb8 (patch)
treefc48c3c45125d16ca82e781481d7350bbd7cdc81 /ACE/ace/INET_Addr.cpp
parent78bb4ae0df5461dcfd5303a02c63fc2fb8fd82d2 (diff)
downloadATCD-fefa0d5f1850d0f1e633c4182702698ce64f6eb8.tar.gz
Layout and true/false changes
* ACE/ace/INET_Addr.cpp: * TAO/tao/DynamicInterface/AMH_DSI_Response_Handler.cpp: * TAO/tao/DynamicInterface/DII_Arguments.cpp: * TAO/tao/DynamicInterface/Server_Request.cpp:
Diffstat (limited to 'ACE/ace/INET_Addr.cpp')
-rw-r--r--ACE/ace/INET_Addr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/INET_Addr.cpp b/ACE/ace/INET_Addr.cpp
index bebc484f834..70eedf9f954 100644
--- a/ACE/ace/INET_Addr.cpp
+++ b/ACE/ace/INET_Addr.cpp
@@ -479,7 +479,6 @@ static int get_port_number_from_name (const char port_name[],
}
// We try to resolve port number from its name.
-
#if defined (ACE_LACKS_GETSERVBYNAME)
port_number = 0;
ACE_UNUSED_ARG (port_name);