ntdll: Unset the WINESERVERSOCKET variable after we have retrieved it.
This commit is contained in:
parent
4919a76edf
commit
e054630979
|
@ -934,6 +934,7 @@ void server_init_process(void)
|
|||
fd_socket = atoi( env_socket );
|
||||
if (fcntl( fd_socket, F_SETFD, 1 ) == -1)
|
||||
fatal_perror( "Bad server socket %d", fd_socket );
|
||||
unsetenv( "WINESERVERSOCKET" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue