mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
More no-IPv6-fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3085 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4e1f6daf9f
commit
d43c9d8482
1 changed files with 2 additions and 0 deletions
|
@ -3295,10 +3295,12 @@ void SV_Tcpport_Callback(struct cvar_s *var, char *oldvalue)
|
|||
{
|
||||
FTENET_AddToCollection(svs.sockets, "SVTCP4", var->string, FTENET_TCP4Connect_EstablishConnection);
|
||||
}
|
||||
#ifdef IPPROTO_IPV6
|
||||
void SV_Tcpport6_Callback(struct cvar_s *var, char *oldvalue)
|
||||
{
|
||||
FTENET_AddToCollection(svs.sockets, "SVTCP6", var->string, FTENET_TCP6Connect_EstablishConnection);
|
||||
}
|
||||
#endif
|
||||
|
||||
void SV_Port_Callback(struct cvar_s *var, char *oldvalue)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue