Merge pull request #1946 from pi-hole/fix/crash_fatal_dnsmasq_err_v5

Exit after fatal dnsmasq errors
This commit is contained in:
Adam Warner 2024-05-08 20:59:50 +01:00 committed by GitHub
commit 8943e26041
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}