Blockdata fixes and tuning.

This commit is contained in:
Simon Kelley
2014-01-31 21:05:48 +00:00
parent 072e81b3c5
commit 82e3f45a9f
4 changed files with 51 additions and 13 deletions

View File

@@ -304,7 +304,12 @@ int main (int argc, char **argv)
#endif
if (daemon->port != 0)
cache_init();
{
cache_init();
#ifdef HAVE_DNSSEC
blockdata_init();
#endif
}
if (option_bool(OPT_DBUS))
#ifdef HAVE_DBUS