Changes of Revision 4
[-] [+] | Added | openh323-nonat_ptrace |
@@ -0,0 +1,13 @@ +Index: openh323_v1_19_0_1/src/h323ep.cxx +=================================================================== +--- openh323_v1_19_0_1.orig/src/h323ep.cxx ++++ openh323_v1_19_0_1/src/h323ep.cxx +@@ -3207,7 +3207,7 @@ PNatMethod * H323EndPoint::GetPreferedNa + if (ip.IsValid() && IsLocalAddress(ip)) + return NULL; + +-#if PTRACING ++#if PTRACING && defined(PTRACING_NAT) + PNatMethod * meth = NULL; + PNatList list = natMethods.GetNATList(); + |