aboutsummaryrefslogtreecommitdiff
path: root/networking/ifupdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r--networking/ifupdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index c73529463..d23c9f70a 100644
--- a/networking/ifupdown.c
+++ b/networking/ifupdown.c
@@ -1010,7 +1010,7 @@ static int execute_all(struct interface_defn_t *ifd, execfn *exec, const char *o
1010 } 1010 }
1011 } 1011 }
1012 1012
1013 bb_xasprintf(&buf, "run-parts /etc/network/if-%s.d", opt); 1013 buf = bb_xasprintf("run-parts /etc/network/if-%s.d", opt);
1014 if ((*exec)(buf) != 1) { 1014 if ((*exec)(buf) != 1) {
1015 return 0; 1015 return 0;
1016 } 1016 }