diff options
Diffstat (limited to 'src/dhcpv4.c')
-rw-r--r-- | src/dhcpv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv4.c b/src/dhcpv4.c index e63deb9..00e4c3f 100644 --- a/src/dhcpv4.c +++ b/src/dhcpv4.c @@ -1137,7 +1137,7 @@ static struct dhcp_assignment* dhcpv4_lease(struct interface *iface, } } - dhcpv6_write_statefile(); + dhcpv6_ia_write_statefile(); return lease; } |