diff options
-rw-r--r-- | networking/ifupdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index f91eddae8..d685fc209 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -1032,7 +1032,7 @@ static int execute_all(struct interface_defn_t *ifd, execfn *exec, const char *o | |||
1032 | bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt); | 1032 | bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt); |
1033 | buf[1] = NULL; | 1033 | buf[1] = NULL; |
1034 | 1034 | ||
1035 | run_parts(&buf, 2, environ); | 1035 | run_parts(buf, 2, environ); |
1036 | free(buf[0]); | 1036 | free(buf[0]); |
1037 | return (1); | 1037 | return (1); |
1038 | } | 1038 | } |