Remove obsolete comment.
DNS lookups should be done prior to usage of an item, not when loading the configuration.
This commit is contained in:
parent
3f2b905e35
commit
7e7c69536b
|
@ -898,12 +898,6 @@ validate_conf(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* lookup_confhost - start DNS lookups of all hostnames in the conf
|
|
||||||
* line and convert an IP addresses in a.b.c.d number for to IP#s.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* add_temp_kline()
|
/* add_temp_kline()
|
||||||
*
|
*
|
||||||
* inputs - pointer to struct ConfItem
|
* inputs - pointer to struct ConfItem
|
||||||
|
|
Loading…
Reference in New Issue