diff options
Diffstat (limited to 'networking/udhcp/dhcpc.c')
-rw-r--r-- | networking/udhcp/dhcpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.c b/networking/udhcp/dhcpc.c index c45a0af1a..1ccfff437 100644 --- a/networking/udhcp/dhcpc.c +++ b/networking/udhcp/dhcpc.c | |||
@@ -1365,6 +1365,8 @@ int udhcpc_main(int argc UNUSED_PARAM, char **argv) | |||
1365 | /* now it looks similar to udhcpd's config file line: | 1365 | /* now it looks similar to udhcpd's config file line: |
1366 | * "optname optval", using the common routine: */ | 1366 | * "optname optval", using the common routine: */ |
1367 | udhcp_str2optset(optstr, &client_config.options); | 1367 | udhcp_str2optset(optstr, &client_config.options); |
1368 | if (colon) | ||
1369 | *colon = ':'; /* restore it for NOMMU reexec */ | ||
1368 | } | 1370 | } |
1369 | 1371 | ||
1370 | if (udhcp_read_interface(client_config.interface, | 1372 | if (udhcp_read_interface(client_config.interface, |