mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
Revert "[WINLOGON] Temporarily hack around a bug in PSEH for GCC"
This reverts commitddbe9719c9
, now that PSEH has been fixed in commitd50b8c93fb
(PR #8350). CORE-20307 CORE-20309 CORE-20316
This commit is contained in:
@@ -497,13 +497,7 @@ CloseAllConnections(
|
||||
{
|
||||
if (!Session->UserToken || !ImpersonateLoggedOnUser(Session->UserToken))
|
||||
return;
|
||||
_SEH2_TRY // Temporary HACK to avoid SEH crashes triggered by OutputDebugStringA()
|
||||
{ // calls from WNetClearConnections(). CORE-20307, CORE-20309, CORE-20316
|
||||
WNetClearConnections(NULL);
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{}
|
||||
_SEH2_END;
|
||||
WNetClearConnections(NULL);
|
||||
RevertToSelf();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user