Skip to content

Commit

Permalink
option --f2 sets global redirect_reports_to_syslog
Browse files Browse the repository at this point in the history
  • Loading branch information
rockowitz committed Dec 12, 2024
1 parent 3f11bfb commit f07210c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ddc/ddc_common_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ submaster_initializer(Parsed_Cmd * parsed_cmd) {
DBGTRC_STARTING(debug, DDCA_TRC_DDC, "parsed_cmd = %p", parsed_cmd);
Error_Info * final_result = NULL;

redirect_reports_to_syslog = parsed_cmd->flags2 & CMD_FLAG2_F8;

final_result = init_failsim(parsed_cmd);
if (final_result)
goto bye; // main_rc == EXIT_FAILURE
Expand Down

0 comments on commit f07210c

Please sign in to comment.