From 39cf2f97ba27aee013d8be78f94db2909d2ae65e Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 26 Jul 2004 12:22:33 +0000 Subject: add missing ; git-svn-id: svn://busybox.net/trunk/busybox@9026 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- networking/ifupdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- cgit v1.2.3-55-g6feb