small bug

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10387 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-11-13 22:36:24 +00:00
parent af7c8e397a
commit 689311fb87

View File

@ -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);
}
}