So the idea would be to completely drop `server: Allow for deletion of socket files.`.
The issue is that `open_fd` from `server/fd.c` will fail to open/get a file descriptor when `DeleteFileW` from `dlls/kernelbase/file.c` calls `NtCreateFile`.
That will leak socket files; we don't want that either.