summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 2fd16ce9b..e722833e1 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -36,7 +36,7 @@ int udhcpd_main(int argc, char **argv)
36 struct option_set *option; 36 struct option_set *option;
37 struct dhcpOfferedAddr *lease, static_lease; 37 struct dhcpOfferedAddr *lease, static_lease;
38 38
39 opt = getopt32(argc, argv, "fS"); 39 opt = getopt32(argv, "fS");
40 argv += optind; 40 argv += optind;
41 41
42 if (!(opt & 1)) { /* no -f */ 42 if (!(opt & 1)) { /* no -f */