From: Hans Dedecker Date: Tue, 12 Feb 2019 13:14:50 +0000 (+0100) Subject: dhcpv4: fix compile issue X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=80157e185f63dfdb1194e7da2492574892d8b900;p=oweals%2Fodhcpd.git dhcpv4: fix compile issue Fix compile issue introduced in commit 671ccaabc893b53be8a1891aaf2236b657d6ce06 Signed-off-by: Hans Dedecker --- 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; }