mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[LSASRV]
* Fix build. Eric, please inspect. svn path=/trunk/; revision=61313
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user