Tidy initialisation in hash_questions.c

This commit is contained in:
Simon Kelley
2021-01-22 22:50:25 +00:00
parent 3f535da79e
commit e75069f79a
3 changed files with 18 additions and 17 deletions

View File

@@ -390,8 +390,8 @@ int main (int argc, char **argv)
if (daemon->port != 0)
{
cache_init();
blockdata_init();
hash_questions_init();
}
#ifdef HAVE_INOTIFY