From: Anthony Minessale Date: Thu, 2 Feb 2012 22:17:57 +0000 (-0600) Subject: FS-3868 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12907b454c77d9880363d5c29013dc5316608dd3;p=thirdparty%2Ffreeswitch.git FS-3868 --resolve --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 28d6008a86..3dd28d7f60 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -3360,7 +3360,7 @@ switch_status_t reconfig_sofia(sofia_profile_t *profile) } else if (!strcasecmp(var, "context")) { profile->context = switch_core_strdup(profile->pool, val); } else if (!strcasecmp(var, "local-network-acl")) { - if (!strcasecmp(var, "none")) { + if (!strcasecmp(val, "none")) { profile->local_network = NULL; } else { profile->local_network = switch_core_strdup(profile->pool, val);