oops
authorEric Andersen <andersen@codepoet.org>
Mon, 26 Jul 2004 11:46:50 +0000 (11:46 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 26 Jul 2004 11:46:50 +0000 (11:46 -0000)
networking/ifupdown.c

index ff6e58acd48c00474cd8b516b7c81e780e3b062a..95d78ea469445735f1bb29fe36935776598cf40d 100644 (file)
@@ -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));
 }