Skip to content

Commit 07c0d48

Browse files
lun-4andrewrk
authored andcommitted
net: quickfix on non-existing Address.family
1 parent fa42c99 commit 07c0d48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/net.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ pub const Address = struct {
3333

3434
pub fn initIp6(ip6: *const Ip6Addr, _port: u16) Address {
3535
return Address{
36-
.family = os.AF_INET6,
3736
.os_addr = os.sockaddr{
3837
.in6 = os.sockaddr_in6{
3938
.family = os.AF_INET6,

0 commit comments

Comments
 (0)