projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54176d
)
oops
author
Eric Andersen
<andersen@codepoet.org>
Mon, 26 Jul 2004 11:46:50 +0000
(11:46 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 26 Jul 2004 11:46:50 +0000
(11:46 -0000)
networking/ifupdown.c
patch
|
blob
|
history
diff --git
a/networking/ifupdown.c
b/networking/ifupdown.c
index
ff6e58a
..
95d78ea
100644
(file)
--- a/
networking/ifupdown.c
+++ b/
networking/ifupdown.c
@@
-573,7
+573,7
@@
static int dhcp_down(struct interface_defn_t *ifd, execfn *exec)
} else if (execable("/sbin/dhcpcd")) {
result = execute("dhcpcd -k %iface%", ifd, exec);
}
- static_down(ifd, exec)
+ static_down(ifd, exec)
;
return (result || bootp_down(ifd, exec));
}