mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #1946 from pi-hole/fix/crash_fatal_dnsmasq_err_v5
Exit after fatal dnsmasq errors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user