- Fix #574: Review fix for spelling.

This commit is contained in:
W.C.A. Wijngaards 2021-11-29 16:11:32 +01:00
parent b5dbb0282e
commit 8648db9583
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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'",