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