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
+2
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);
}