aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index c46e1721e..0642fc826 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -365,7 +365,8 @@ static int FAST_FUNC read_staticlease(const char *const_line, void *arg)
365 return 1; 365 return 1;
366} 366}
367 367
368static int FAST_FUNC read_optset(const char *line, void *arg) { 368static int FAST_FUNC read_optset(const char *line, void *arg)
369{
369 return udhcp_str2optset(line, arg, 370 return udhcp_str2optset(line, arg,
370 dhcp_optflags, dhcp_option_strings, 371 dhcp_optflags, dhcp_option_strings,
371 /*dhcpv6:*/ 0 372 /*dhcpv6:*/ 0