Make default NO_DHCP6 and remove compiler warning.

This commit is contained in:
Simon Kelley
2012-01-22 16:15:02 +00:00
parent e98170816a
commit 3268e90f5e
2 changed files with 3 additions and 1 deletions

View File

@@ -501,7 +501,9 @@ int main (int argc, char **argv)
int family = AF_INET;
dhcp_tmp = daemon->dhcp;
#ifdef HAVE_DHCP6
again:
#endif
for (; dhcp_tmp; dhcp_tmp = dhcp_tmp->next)
{
void *start = &dhcp_tmp->start;