mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
not not right
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13599 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2c8bbc016d
commit
78c0c3b80e
@ -2244,7 +2244,7 @@ static int config(void)
|
||||
prefs.nat_map = 0;
|
||||
}
|
||||
|
||||
if (prefs.nat_map && !switch_check_network_list_ip(prefs.ip, "loopback.auto")) {
|
||||
if (prefs.nat_map && switch_check_network_list_ip(prefs.ip, "loopback.auto")) {
|
||||
prefs.nat_map = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user