diff options
author | Eric Andersen | 2003-07-29 07:37:39 +0000 |
---|---|---|
committer | Eric Andersen | 2003-07-29 07:37:39 +0000 |
commit | c663ab0c6bfe6a4328eff25b713156f30690fca0 (patch) | |
tree | 17d6666b311398f9c8451c527fb1342570a40da2 | |
parent | ca16204c31ab27265a9be1ae4a2029f831265416 (diff) | |
download | busybox-c663ab0c6bfe6a4328eff25b713156f30690fca0.zip busybox-c663ab0c6bfe6a4328eff25b713156f30690fca0.tar.gz |
Match up interfaces
-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 f91edda..d685fc2 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 bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt); buf[1] = NULL; - run_parts(&buf, 2, environ); + run_parts(buf, 2, environ); free(buf[0]); return (1); } |