mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-15 03:02:54 -05:00
- Fix #574: Review fix for spelling.
This commit is contained in:
parent
b5dbb0282e
commit
8648db9583
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
are used as value for interfaces:
|
||||
- Fix #574: Review fixes for it.
|
||||
- Fix #576: [FR] UB_* error codes in unbound.h
|
||||
- Fix #574: Review fix for spelling.
|
||||
|
||||
15 November 2021: Tom
|
||||
- Improve EDNS option handling, now also works for synthesised
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ interfacechecks(struct config_file* cfg)
|
|||
for(j=0; j<num_resif[i]; j++) {
|
||||
if(!extstrtoaddr(resif[i][j], &a, &alen)) {
|
||||
if(strcmp(cfg->ifs[i], resif[i][j]) != 0)
|
||||
fatal_exit("cannot parse interface address '%s' from the interace specified as '%s'",
|
||||
fatal_exit("cannot parse interface address '%s' from the interface specified as '%s'",
|
||||
resif[i][j], cfg->ifs[i]);
|
||||
else
|
||||
fatal_exit("cannot parse interface specified as '%s'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue