projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca16204
)
Match up interfaces
author
Eric Andersen
<andersen@codepoet.org>
Tue, 29 Jul 2003 07:37:39 +0000
(07:37 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 29 Jul 2003 07:37:39 +0000
(07:37 -0000)
networking/ifupdown.c
patch
|
blob
|
history
diff --git
a/networking/ifupdown.c
b/networking/ifupdown.c
index f91eddae8da7c12de730c399a4d0faf3e04de63e..d685fc209becf1d912757f2587d93ce6d1500666 100644
(file)
--- 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);
}