[3/3] ntdll: Thread creation control is now taken care by server. Resend.

Dmitry Timoshkov dmitry at baikal.ru
Mon May 13 02:47:30 CDT 2013


---
 dlls/ntdll/thread.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/ntdll/thread.c b/dlls/ntdll/thread.c
index 4499afa..01a8026 100644
--- a/dlls/ntdll/thread.c
+++ b/dlls/ntdll/thread.c
@@ -461,8 +461,6 @@ NTSTATUS WINAPI RtlCreateUserThread( HANDLE process, const SECURITY_DESCRIPTOR *
         return result.create_thread.status;
     }
 
-    if (RtlDllShutdownInProgress()) return STATUS_ACCESS_DENIED;
-
     if (server_pipe( request_pipe ) == -1) return STATUS_TOO_MANY_OPENED_FILES;
     wine_server_send_fd( request_pipe[0] );
 
-- 
1.8.2.2




More information about the wine-patches mailing list