From 36a0cd3b4cfed27a1a870898e1e6de9c02fa5ce7 Mon Sep 17 00:00:00 2001 From: Laksh Kotian Date: Mon, 6 Apr 2026 11:40:15 -0700 Subject: [PATCH] test ci Signed-off-by: Laksh Kotian --- src/se.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/se.cpp b/src/se.cpp index 9de85ba..1d0757e 100644 --- a/src/se.cpp +++ b/src/se.cpp @@ -242,6 +242,7 @@ SeQueryAuthenticationIdToken(_In_ PACCESS_TOKEN token, _Out_ PLUID authenticatio return STATUS_UNSUCCESSFUL; } + if (!GetTokenInformation( token_handle, TokenOwner, token_owner_buffer, sizeof(token_owner_buffer), &return_length)) { return win32_error_to_usersim_error(GetLastError());