mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Tidy initialisation in hash_questions.c
This commit is contained in:
@@ -390,8 +390,8 @@ int main (int argc, char **argv)
|
||||
if (daemon->port != 0)
|
||||
{
|
||||
cache_init();
|
||||
|
||||
blockdata_init();
|
||||
hash_questions_init();
|
||||
}
|
||||
|
||||
#ifdef HAVE_INOTIFY
|
||||
|
||||
Reference in New Issue
Block a user