diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-14 17:26:47 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-05-14 17:26:47 +0200 |
commit | 8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701 (patch) | |
tree | 4bf2806134b65a8734ab6521fb2a1ce243631b42 /networking/udhcp | |
parent | 0545bfa841540a0d7d7e2953bc205eda64144c2e (diff) | |
download | busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.tar.gz busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.tar.bz2 busybox-w32-8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701.zip |
style fix, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp')
-rw-r--r-- | networking/udhcp/dhcpd.c | 3 |
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 | ||
368 | static int FAST_FUNC read_optset(const char *line, void *arg) { | 368 | static 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 |