- Fix #574: Review fixes for it.

This commit is contained in:
W.C.A. Wijngaards 2021-11-29 15:26:07 +01:00
parent b48d6760fc
commit 766c3164a3

View file

@ -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**));