summaryrefslogtreecommitdiffhomepage
path: root/src/dhcpv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcpv4.c')
-rw-r--r--src/dhcpv4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dhcpv4.c b/src/dhcpv4.c
index 53e4682..b5eeb6e 100644
--- a/src/dhcpv4.c
+++ b/src/dhcpv4.c
@@ -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)