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:
461cdc8
)
add missing ;
1_00_rc2
author
Eric Andersen
<andersen@codepoet.org>
Mon, 26 Jul 2004 12:22:33 +0000
(12:22 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 26 Jul 2004 12:22:33 +0000
(12:22 -0000)
networking/ifupdown.c
patch
|
blob
|
history
diff --git
a/networking/ifupdown.c
b/networking/ifupdown.c
index ff6e58acd48c00474cd8b516b7c81e780e3b062a..95d78ea469445735f1bb29fe36935776598cf40d 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));
}