mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-16 09:08:01 -05:00
- Fix #574: Review fixes for it.
This commit is contained in:
parent
b48d6760fc
commit
766c3164a3
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ interfacechecks(struct config_file* cfg)
|
|||
socklen_t alen;
|
||||
int i, j, i2, j2;
|
||||
char*** resif = NULL;
|
||||
int* num_resif = 0;
|
||||
int* num_resif = NULL;
|
||||
|
||||
if(cfg->num_ifs != 0) {
|
||||
resif = (char***)calloc(cfg->num_ifs, sizeof(char**));
|
||||
|
|
|
|||
Loading…
Reference in a new issue