mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
small bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10387 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
af7c8e397a
commit
689311fb87
@ -104,7 +104,7 @@ static void check_ip(void) {
|
||||
} else {
|
||||
if (!(ok6 = !strcmp(main_ip6, guess_ip6))) {
|
||||
switch_set_string(main_ip6, guess_ip6);
|
||||
switch_core_set_variable("local_ip_v4", guess_ip6);
|
||||
switch_core_set_variable("local_ip_v6", guess_ip6);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user