From 7f8bcbefc7c9b8c8ea9aee677607160e69723d05 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 26 Jul 2004 12:22:33 +0000 Subject: add missing ; --- 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