summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r--networking/udhcp/dhcpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c
index 2b95c3250..b84a6785a 100644
--- a/networking/udhcp/dhcpc.c
+++ b/networking/udhcp/dhcpc.c
@@ -200,7 +200,7 @@ int udhcpc_main(int argc, char **argv)
200 "timeout\0" Required_argument "T" 200 "timeout\0" Required_argument "T"
201 "version\0" No_argument "v" 201 "version\0" No_argument "v"
202 "retries\0" Required_argument "t" 202 "retries\0" Required_argument "t"
203 "\0"; 203 ;
204#endif 204#endif
205 /* Default options. */ 205 /* Default options. */
206 client_config.interface = "eth0"; 206 client_config.interface = "eth0";