mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
net: quickfix on non-existing Address.family
This commit is contained in:
parent
fa42c99d82
commit
07c0d484ee
@ -33,7 +33,6 @@ pub const Address = struct {
|
||||
|
||||
pub fn initIp6(ip6: *const Ip6Addr, _port: u16) Address {
|
||||
return Address{
|
||||
.family = os.AF_INET6,
|
||||
.os_addr = os.sockaddr{
|
||||
.in6 = os.sockaddr_in6{
|
||||
.family = os.AF_INET6,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user