dhcpv4: update hostfile more often
authorSteven Barth <steven@midlink.org>
Mon, 16 Jun 2014 09:05:03 +0000 (11:05 +0200)
committerSteven Barth <steven@midlink.org>
Mon, 16 Jun 2014 09:05:03 +0000 (11:05 +0200)
src/dhcpv4.c

index 53e46824b2a430e6ecee6e8d5465792df88cddbc..b5eeb6e971df48f65971a9767a5fc30609358482 100644 (file)
@@ -517,6 +517,8 @@ static struct dhcpv4_assignment* dhcpv4_lease(struct interface *iface,
                } else if (!assigned && a) { // Cleanup failed assignment
                        free(a);
                        a = NULL;
+               } else {
+                       update_state = true;
                }
 
                if (assigned && a)