From: Eric Andersen Date: Mon, 26 Jul 2004 11:46:50 +0000 (-0000) Subject: oops X-Git-Tag: 1_00_rc2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29128cd4122c6f5edad767363615681bee1db04f;p=oweals%2Fbusybox.git oops --- 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)); }