[LSASRV] LsapLogonUser(): Fix 'AuthenticatingAuthority' copypasta (#2839)

Reported by contributor 'qarmin'.
CORE-17074
This commit is contained in:
Serge Gautherie 2020-05-23 19:07:04 +02:00 committed by GitHub
parent f323778b0b
commit 99d0a348aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1801,7 +1801,7 @@ done:
/* Free the authentication authority */
if (AuthenticatingAuthority != NULL)
{
if (AuthenticatingAuthority != NULL)
if (AuthenticatingAuthority->Buffer != NULL)
LsapFreeHeap(AuthenticatingAuthority->Buffer);
LsapFreeHeap(AuthenticatingAuthority);