Jinoh Kang (@iamahuman) commented about server/process.c:
close( socket_fd ); return; }
- if (!socket_peer_has_pid( socket_fd ))
- {
set_error( SCHED_E_NAMESPACE );
I don't think Linux PIDs have anything to do with "Windows Task Scheduler subsystem error: The task XML contains an element or attribute from an unexpected namespace."
```suggestion:-0+0 fprintf( stderr, "wineserver: Rejecting client with unknown PID in peercred\n" ); set_error( STATUS_UNSUCCESSFUL ); ```