diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-13 01:24:41 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-07-13 01:24:41 +0000 |
commit | 611a734e7730f12b513c098ef6ffc017f5ca6d0b (patch) | |
tree | 37f5faa97633b9d58dce9ed045e59970bf934a92 /net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | |
parent | - Update to 20051222 release (fixes build on FreeBSD >= 5.x) (diff) |
o Don't call PIPSocket::SetDefaultIpAddressFamilyV6() - it causes all outgoing
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.
Diffstat (limited to 'net/asterisk-oh323/files/patch-wrapper::wrapper.cxx')
-rw-r--r-- | net/asterisk-oh323/files/patch-wrapper::wrapper.cxx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx b/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx new file mode 100644 index 000000000000..b9c473c48c44 --- /dev/null +++ b/net/asterisk-oh323/files/patch-wrapper::wrapper.cxx @@ -0,0 +1,16 @@ + +$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; |