Re: [PATCH v25 0/7] MR2786: Add support for AF_UNIX sockets
16 Jun
2023
16 Jun
'23
5:31 p.m.
Zebediah Figura (@zfigura) commented about dlls/ntdll/unix/socket.c:
break; }
+ if (unix_addr.addr.sa_family == AF_UNIX) + { + status = STATUS_NOT_SUPPORTED;
We should print a FIXME here as well. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2786#note_35916
918
Age (days ago)
918
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)