diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-04-25 07:25:18 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-04-25 07:25:18 +0000 |
commit | c746007cf0c259ebd13ad4bda358a1a810c87d91 (patch) | |
tree | 904eb34dcaf1e60a83f46825e0358b56aae6f4e8 /cpp/src/Ice/Network.cpp | |
parent | Remove link with IceStorm (diff) | |
download | ice-c746007cf0c259ebd13ad4bda358a1a810c87d91.tar.bz2 ice-c746007cf0c259ebd13ad4bda358a1a810c87d91.tar.xz ice-c746007cf0c259ebd13ad4bda358a1a810c87d91.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=959, plus added test.
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rw-r--r-- | cpp/src/Ice/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp index 201d63f5bbe..fff635e1f13 100644 --- a/cpp/src/Ice/Network.cpp +++ b/cpp/src/Ice/Network.cpp @@ -34,7 +34,7 @@ using namespace IceInternal; static IceUtil::StaticMutex inetMutex = ICE_STATIC_MUTEX_INITIALIZER; string -inetAddrToString(const struct in_addr& in) +IceInternal::inetAddrToString(const struct in_addr& in) { // // inet_ntoa uses static memory on some platforms so we protect |