mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 12:32:43 +00:00
Forces local IP to bind address if set
This commit is contained in:
parent
3388c8ed09
commit
1a00341e6b
@ -380,6 +380,9 @@ namespace np
|
||||
else
|
||||
{
|
||||
bind_ip = conv.s_addr;
|
||||
|
||||
if (bind_ip)
|
||||
local_ip_addr = bind_ip;
|
||||
}
|
||||
|
||||
if (g_cfg.net.upnp_enabled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user