Skip to content

Commit

Permalink
in_winevtlog: Use correct flag for EvtRender
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Frey <[email protected]>
  • Loading branch information
mkfrey authored Nov 28, 2024
1 parent a59c867 commit afe586f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_winevtlog/winevtlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ int get_string_inserts(EVT_HANDLE handle, PEVT_VARIANT *string_inserts_values,

succeeded = EvtRender(context,
handle,
EvtRenderContextValues,
EvtRenderEventValues,
buffer_size,
values,
&buffer_size_used,
Expand Down

0 comments on commit afe586f

Please sign in to comment.