Skip to content

Commit

Permalink
in_winevtlog: pass correct value
Browse files Browse the repository at this point in the history
Signed-off-by: braydonk <[email protected]>
  • Loading branch information
braydonk committed Nov 14, 2023
1 parent 281aea0 commit 42e3f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_winevtlog/pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static int pack_binary(struct winevtlog_config *ctx, PBYTE bin, size_t length)
unsigned int idx = 0;

if (length == 0) {
pack_nullstr(ctx->log_encoder);
pack_nullstr(ctx);
return 0;
}

Expand Down

0 comments on commit 42e3f44

Please sign in to comment.