mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[LSASRV]
* Fix build. Eric, please inspect. svn path=/trunk/; revision=61313
This commit is contained in:
parent
b1815921b9
commit
b4e3ee3563
1 changed files with 2 additions and 0 deletions
|
@ -833,12 +833,14 @@ LsapLogonUser(PLSA_API_MSG RequestMsg,
|
||||||
|
|
||||||
TokenHandle = NULL;
|
TokenHandle = NULL;
|
||||||
|
|
||||||
|
#if 0
|
||||||
Status = LsapSetLogonSessionData(&RequestMsg->LogonUser.Reply.LogonId);
|
Status = LsapSetLogonSessionData(&RequestMsg->LogonUser.Reply.LogonId);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
TRACE("LsapSetLogonSessionData failed (Status 0x%08lx)\n", Status);
|
TRACE("LsapSetLogonSessionData failed (Status 0x%08lx)\n", Status);
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
done:
|
done:
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Reference in a new issue