2 Feb
2023
2 Feb
'23
11:44 p.m.
Etaash Mathamsetty (@etaash.mathamsetty) commented about dlls/ntdll/unix/socket.c:
}
+static int isPort0( const union unix_sockaddr *uaddr) +{ + switch (uaddr->addr.sa_family) + { + case AF_INET: nitpick: I would indent this (and the rest of the stuff in the switch case)
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2100#note_22877