Merge pull request #1949 from pi-hole/master

Sync master back into development
This commit is contained in:
Adam Warner 2024-05-08 21:37:14 +01:00 committed by GitHub
commit 888c909ddf
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);
}