Skip to content

Commit

Permalink
Merge pull request #1946 from pi-hole/fix/crash_fatal_dnsmasq_err_v5
Browse files Browse the repository at this point in the history
Exit after fatal dnsmasq errors
  • Loading branch information
PromoFaux committed May 8, 2024
2 parents 1c2257b + 230989e commit 8943e26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dnsmasq/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -511,4 +511,6 @@ void die(char *message, char *arg1, int exit_code)
/********** Pi-hole modification *************/
FTL_log_dnsmasq_fatal(message, arg1, errmess);
/*********************************************/

exit(exit_code);
}

0 comments on commit 8943e26

Please sign in to comment.