Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-26 15:46:50 +0400
committerEric Andersen <andersen@codepoet.org>2004-07-26 15:46:50 +0400
commit29128cd4122c6f5edad767363615681bee1db04f (patch)
tree1eac053fd19adabad09d501aa0d7110cd6c3eda6 /networking
parentf54176de6dc4673e072001c44a4a0ba0ba56d875 (diff)
oops
Diffstat (limited to 'networking')
-rw-r--r--networking/ifupdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c
index ff6e58acd..95d78ea46 100644
--- 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));
}