Index: rlz/win/lib/process_info.cc |
diff --git a/rlz/win/lib/process_info.cc b/rlz/win/lib/process_info.cc |
index 8fc5565a810c4f34218786a5ab98082e8f6c5738..cbab44a00e5ea62c56978712d680d8ff923de227 100644 |
--- a/rlz/win/lib/process_info.cc |
+++ b/rlz/win/lib/process_info.cc |
@@ -57,7 +57,7 @@ bool GetUserGroup(long* group) { |
// as an admin) |
DWORD user_groups[] = {DOMAIN_ALIAS_RID_ADMINS, |
DOMAIN_ALIAS_RID_POWER_USERS}; |
- SID_IDENTIFIER_AUTHORITY nt_authority = SECURITY_NT_AUTHORITY; |
+ SID_IDENTIFIER_AUTHORITY nt_authority = {SECURITY_NT_AUTHORITY}; |
for (int i = 0; i < arraysize(user_groups) && *group == 0; ++i) { |
PSID current_group; |