From: Eric Andersen Date: Tue, 29 Jul 2003 07:37:39 +0000 (-0000) Subject: Match up interfaces X-Git-Tag: 1_00_pre2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c663ab0c6bfe6a4328eff25b713156f30690fca0;p=oweals%2Fbusybox.git Match up interfaces --- 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 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); }