mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 21:43:32 +08:00
[LSASRV] Fix a typo in the trusted user identification
This commit is contained in:
parent
95188553ba
commit
76247390e5
@ -138,7 +138,7 @@ LsapCheckLogonProcess(PLSA_API_MSG RequestMsg,
|
||||
Context->Untrusted = RequestMsg->ConnectInfo.Untrusted;
|
||||
|
||||
if (Context->Untrusted == FALSE)
|
||||
Context->Untrusted = LsapIsTrustedClient(ProcessHandle);
|
||||
Context->Untrusted = !LsapIsTrustedClient(ProcessHandle);
|
||||
|
||||
*LogonContext = Context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user