mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-18 10:09:27 -05:00
config_read: no cfg file provided is an error condition.
This commit is contained in:
parent
9abed3fc83
commit
1aa8519b39
1 changed files with 1 additions and 1 deletions
|
|
@ -1377,7 +1377,7 @@ config_read(struct config_file* cfg, const char* filename, const char* chroot)
|
|||
int r, flags;
|
||||
#endif
|
||||
if(!fname)
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
/* check for wildcards */
|
||||
#ifdef HAVE_GLOB
|
||||
|
|
|
|||
Loading…
Reference in a new issue