611a734e77
TCP/UDP connections to be bound to IPv6 version of INADDR_ANY, which doesn't really work for PF_INET sockets. o use proper name for the shared library - libfoo.so.X, not libfoo.so.X.Y.
16 lines
429 B
C++
16 lines
429 B
C++
|
|
$FreeBSD$
|
|
|
|
--- wrapper/wrapper.cxx
|
|
+++ wrapper/wrapper.cxx
|
|
@@ -133,10 +133,6 @@
|
|
{
|
|
WRAPTRACE(4, "Starting...");
|
|
PTrace::Initialise(log_lev, log_file);
|
|
-#ifdef P_HAS_IPV6
|
|
- if (PIPSocket::IsIpAddressFamilyV6Supported())
|
|
- PIPSocket::SetDefaultIpAddressFamilyV6();
|
|
-#endif
|
|
endPoint = new WrapH323EndPoint(prefixes, prefix_num);
|
|
//gkServer = new WrapGatekeeperServer((H323EndPoint &)*endPoint);
|
|
gkServer = NULL;
|