mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[EVENTLOG]
* Fix a bad sizeof(). svn path=/trunk/; revision=53405
This commit is contained in:
@@ -462,7 +462,7 @@ NTSTATUS ElfrReportEventW(
|
||||
EventID,
|
||||
lpLogHandle->szName,
|
||||
ComputerName->Buffer,
|
||||
sizeof(UserSID),
|
||||
sizeof(PRPC_SID),
|
||||
&UserSID,
|
||||
NumStrings,
|
||||
(WCHAR*)lpStrings,
|
||||
|
||||
Reference in New Issue
Block a user