Skip to content

Commit

Permalink
Update src/native/eventpipe/ds-eventpipe-protocol.c
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Falk <[email protected]>
  • Loading branch information
cshung and noahfalk authored Apr 19, 2024
1 parent 7cdaed8 commit a423c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native/eventpipe/ds-eventpipe-protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ eventpipe_collect_tracing2_command_try_parse_payload (
!eventpipe_collect_tracing_command_try_parse_config (&buffer_cursor, &buffer_cursor_len, &instance->provider_configs))
ep_raise_error ();

if (instance->rundown_requested)
instance->rundown_keyword = instance->rundown_requested ? ep_default_rundown_keyword : 0;
instance->rundown_keyword = ep_default_rundown_keyword;

instance->stackwalk_requested = true;
Expand Down

0 comments on commit a423c94

Please sign in to comment.