diff options
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index dc658ada8..321b015e0 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -177,7 +177,7 @@ static NOINLINE char *xmalloc_optname_optval(uint8_t *option, const struct dhcp_ | |||
177 | } | 177 | } |
178 | 178 | ||
179 | 179 | ||
180 | /* put all the parameters into an environment */ | 180 | /* put all the parameters into the environment */ |
181 | static char **fill_envp(struct dhcp_packet *packet) | 181 | static char **fill_envp(struct dhcp_packet *packet) |
182 | { | 182 | { |
183 | int num_options = 0; | 183 | int num_options = 0; |