diff options
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r-- | networking/udhcp/dhcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 2fd16ce..e722833 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -36,7 +36,7 @@ int udhcpd_main(int argc, char **argv) struct option_set *option; struct dhcpOfferedAddr *lease, static_lease; - opt = getopt32(argc, argv, "fS"); + opt = getopt32(argv, "fS"); argv += optind; if (!(opt & 1)) { /* no -f */ |