import of dnsmasq-2.55.tar.gz

This commit is contained in:
Simon Kelley
2010-06-07 22:01:39 +01:00
parent 8ef5ada238
commit c52e189734
16 changed files with 716 additions and 692 deletions

View File

@@ -917,6 +917,7 @@ void dhcp_read_ethers(void)
config->flags = CONFIG_FROM_ETHERS;
config->hwaddr = NULL;
config->domain = NULL;
config->netid = NULL;
config->next = daemon->dhcp_conf;
daemon->dhcp_conf = config;
}