Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
openh323
> openh323-nonat_ptrace
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File openh323-nonat_ptrace of Package openh323
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();