mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-30 03:19:35 -05:00
nicer error.
git-svn-id: file:///svn/unbound/trunk@2630 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8e1cb52458
commit
c90d6d2538
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ check_hints(struct config_file* cfg)
|
|||
{
|
||||
struct iter_hints* hints = hints_create();
|
||||
if(!hints || !hints_apply_cfg(hints, cfg)) {
|
||||
fatal_exit("Could not set hints zones");
|
||||
fatal_exit("Could not set root or stub hints");
|
||||
}
|
||||
hints_delete(hints);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue