* Fix build. Eric, please inspect.

svn path=/trunk/; revision=61313
This commit is contained in:
Amine Khaldi 2013-12-21 13:23:51 +00:00
parent b1815921b9
commit b4e3ee3563

View file

@ -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))