Commit e0546309 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Unset the WINESERVERSOCKET variable after we have retrieved it.

parent 4919a76e
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment