summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-08-14 07:03:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-08-14 07:03:12 +0000
commit5d6aed4351ed1a6483ad1893937b564cfdda537a (patch)
treebd0d1a3d7e80466e5e8e99720d5dd1495ea99040 /ace/SOCK_Dgram.cpp
parent7f61a53818e64251b4804bad80f06873b0524e08 (diff)
downloadATCD-5d6aed4351ed1a6483ad1893937b564cfdda537a.tar.gz
ChangeLogTag:Fri Aug 13 23:26:56 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/SOCK_Dgram.cpp')
-rw-r--r--ace/SOCK_Dgram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram.cpp b/ace/SOCK_Dgram.cpp
index 50c5f571f5b..f45093faa62 100644
--- a/ace/SOCK_Dgram.cpp
+++ b/ace/SOCK_Dgram.cpp
@@ -179,7 +179,7 @@ ACE_SOCK_Dgram::open (const ACE_Addr &local,
else if (protocol_family == PF_UNSPEC)
{
#if defined (ACE_HAS_IPV6)
- protocol_family = ACE_Sock_Connect::ipv6_enabled () ? PF_INET6 : PF_INET;
+ protocol_family = ACE::ipv6_enabled () ? PF_INET6 : PF_INET;
#else
protocol_family = PF_INET;
#endif /* ACE_HAS_IPV6 */