From b4e3ee35631d6f62b16ee6b33933cca67e43b41a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 21 Dec 2013 13:23:51 +0000 Subject: [PATCH] [LSASRV] * Fix build. Eric, please inspect. svn path=/trunk/; revision=61313 --- reactos/dll/win32/lsasrv/authpackage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/lsasrv/authpackage.c b/reactos/dll/win32/lsasrv/authpackage.c index aa578b94394..99220311f07 100644 --- a/reactos/dll/win32/lsasrv/authpackage.c +++ b/reactos/dll/win32/lsasrv/authpackage.c @@ -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)) -- 2.17.1