|
|
@ -619,9 +619,11 @@ bool AppInit2()
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
struct in_addr inaddr_any;
|
|
|
|
struct in_addr inaddr_any;
|
|
|
|
inaddr_any.s_addr = INADDR_ANY;
|
|
|
|
inaddr_any.s_addr = INADDR_ANY;
|
|
|
|
fBound |= Bind(CService(inaddr_any, GetListenPort()));
|
|
|
|
if (!IsLimited(NET_IPV4))
|
|
|
|
|
|
|
|
fBound |= Bind(CService(inaddr_any, GetListenPort()));
|
|
|
|
#ifdef USE_IPV6
|
|
|
|
#ifdef USE_IPV6
|
|
|
|
fBound |= Bind(CService(in6addr_any, GetListenPort()));
|
|
|
|
if (!IsLimited(NET_IPV6))
|
|
|
|
|
|
|
|
fBound |= Bind(CService(in6addr_any, GetListenPort()));
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!fBound)
|
|
|
|
if (!fBound)
|
|
|
|