[BusyBox-cvs] CVS update of busybox/networking (ifupdown.c)

Erik Andersen andersen at codepoet.org
Mon Jul 26 12:22:34 UTC 2004


    Date: Monday, July 26, 2004 @ 06:22:34
  Author: andersen
    Path: /var/cvs/busybox/networking

Modified: ifupdown.c (1.47 -> 1.48)

add missing ;


Index: busybox/networking/ifupdown.c
diff -u busybox/networking/ifupdown.c:1.47 busybox/networking/ifupdown.c:1.48
--- busybox/networking/ifupdown.c:1.47	Mon Jul 26 06:09:47 2004
+++ busybox/networking/ifupdown.c	Mon Jul 26 06:22:33 2004
@@ -573,7 +573,7 @@
 	} 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));
 }
 



More information about the busybox-cvs mailing list