[EVENTVWR]
[reactos.git] / reactos / base / applications / mscutils / eventvwr / eventvwr.c
index 1e77baf..53838f8 100644 (file)
@@ -1271,7 +1271,7 @@ GetEventUserName(IN PEVENTLOGRECORD pelr,
     SID_NAME_USE peUse;
     DWORD cchName = ARRAYSIZE(szName);
     DWORD cchDomain = ARRAYSIZE(szDomain);
-    BOOL Success;
+    BOOL Success = FALSE;
 
     /* Point to the SID */
     pCurrentSid = (PSID)((LPBYTE)pelr + pelr->UserSidOffset);