From: Anthony Minessale Date: Tue, 11 Oct 2011 12:50:10 +0000 (-0500) Subject: FS-3605 --resolve X-Git-Tag: v1.2-rc1~27^2~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5188f3a141900bfb1994d97fd8eb1008922393;p=thirdparty%2Ffreeswitch.git FS-3605 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 2e94993ed0..aad80e0579 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2778,6 +2778,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile) /* you could change profile->foo here if it was a minor change like context or dialplan ... */ profile->acl_count = 0; + profile->nat_acl_count = 0; profile->reg_acl_count = 0; profile->proxy_acl_count = 0; sofia_set_pflag(profile, PFLAG_STUN_ENABLED);