mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
picky compilers
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13651 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
77ab8665ce
commit
19f7c84d44
@ -107,7 +107,7 @@ static void check_ip(void) {
|
||||
switch_set_string(old_ip4, main_ip4);
|
||||
switch_set_string(main_ip4, guess_ip4);
|
||||
switch_core_set_variable("local_ip_v4", guess_ip4);
|
||||
switch_core_set_variable("local_mask_v4", inet_ntoa(*(struct in_addr *)&mask));
|
||||
switch_core_set_variable("local_mask_v4", inet_ntoa(*(struct in_addr *)(intptr_t)&mask));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user