Skip to content

Commit d873502

Browse files
cosmo0920edsiper
authored andcommitted
in_winevtlog: Remove a needless third argument
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 1442993 commit d873502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_winevtlog/pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static void pack_string_inserts(struct winevtlog_config *ctx, PEVT_VARIANT value
450450
}
451451
break;
452452
case EvtVarTypeEvtXml:
453-
if (pack_wstr(ctx, values[i].XmlVal, ctx)) {
453+
if (pack_wstr(ctx, values[i].XmlVal)) {
454454
pack_nullstr(ctx);
455455
}
456456
break;

0 commit comments

Comments
 (0)