mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Forces local IP to bind address if set
This commit is contained in:
parent
3388c8ed09
commit
1a00341e6b
1 changed files with 3 additions and 0 deletions
|
@ -380,6 +380,9 @@ namespace np
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
bind_ip = conv.s_addr;
|
bind_ip = conv.s_addr;
|
||||||
|
|
||||||
|
if (bind_ip)
|
||||||
|
local_ip_addr = bind_ip;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_cfg.net.upnp_enabled)
|
if (g_cfg.net.upnp_enabled)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue