diff options
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 3e0879876..9eddbe24c 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c | |||
@@ -1072,6 +1072,8 @@ int udhcpc6_main(int argc UNUSED_PARAM, char **argv) | |||
1072 | /* now it looks similar to udhcpd's config file line: | 1072 | /* now it looks similar to udhcpd's config file line: |
1073 | * "optname optval", using the common routine: */ | 1073 | * "optname optval", using the common routine: */ |
1074 | udhcp_str2optset(optstr, &client_config.options); | 1074 | udhcp_str2optset(optstr, &client_config.options); |
1075 | if (colon) | ||
1076 | *colon = ':'; /* restore it for NOMMU reexec */ | ||
1075 | } | 1077 | } |
1076 | 1078 | ||
1077 | if (d6_read_interface(client_config.interface, | 1079 | if (d6_read_interface(client_config.interface, |