Skip to content

Commit 04ac43d

Browse files
stanek-michallrishi
andcommitted
use proper bool
Co-authored-by: Lovel Rishi <[email protected]>
1 parent a985175 commit 04ac43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

non-GPL/Events/EventsTrace/EventsTrace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ int main(int argc, char **argv)
666666
if (g_features_autodetect)
667667
ebpf_detect_system_features(&opts.features);
668668

669-
err = ebpf_event_ctx__new(&ctx, event_ctx_callback, opts, 0);
669+
err = ebpf_event_ctx__new(&ctx, event_ctx_callback, opts, /* dry_run= */ false);
670670

671671
if (err < 0) {
672672
fprintf(stderr, "Could not create event context: %d %s\n", err, strerror(-err));

0 commit comments

Comments
 (0)