mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
apply Lorenzo Colitti's IPv6 mask patch (Closes: #57)
This commit is contained in:
parent
012cc58eb4
commit
3f8920e5a3
1 changed files with 2 additions and 0 deletions
|
@ -1311,6 +1311,8 @@ SV_StringToFilter (const char *address, ipfilter_t *f)
|
|||
mask = 0;
|
||||
}
|
||||
#ifdef HAVE_IPV6
|
||||
} else {
|
||||
mask = 128;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue