diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:37:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:37:39 +0000 |
commit | c663ab0c6bfe6a4328eff25b713156f30690fca0 (patch) | |
tree | 17d6666b311398f9c8451c527fb1342570a40da2 /networking/ifupdown.c | |
parent | ca16204c31ab27265a9be1ae4a2029f831265416 (diff) | |
download | busybox-w32-c663ab0c6bfe6a4328eff25b713156f30690fca0.tar.gz busybox-w32-c663ab0c6bfe6a4328eff25b713156f30690fca0.tar.bz2 busybox-w32-c663ab0c6bfe6a4328eff25b713156f30690fca0.zip |
Match up interfaces
Diffstat (limited to 'networking/ifupdown.c')
-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 | } |