DHCP context logging, more tweaks

This commit is contained in:
Simon Kelley
2012-12-17 22:37:30 +00:00
parent bb86e858b6
commit c1be917782
2 changed files with 31 additions and 28 deletions

View File

@@ -538,7 +538,6 @@ static int construct_worker(struct in6_addr *local, int prefix,
context->flags |= CONTEXT_CONSTRUCTED;
context->if_index = if_index;
context->local6 = *local;
context->lease_time = param->now + valid;
context->next = daemon->dhcp6;
daemon->dhcp6 = context;