diff options
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; |