[BusyBox-cvs] busybox/networking ifupdown.c,1.27,1.28

Erik Andersen andersen at busybox.net
Tue Jul 29 07:37:48 UTC 2003


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv9748/networking

Modified Files:
	ifupdown.c 
Log Message:
Match up interfaces


Index: ifupdown.c
===================================================================
RCS file: /var/cvs/busybox/networking/ifupdown.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ifupdown.c	29 Jul 2003 07:05:40 -0000	1.27
+++ ifupdown.c	29 Jul 2003 07:37:39 -0000	1.28
@@ -1032,7 +1032,7 @@
 	bb_xasprintf(&buf[0], "/etc/network/if-%s.d", opt);
 	buf[1] = NULL;
 
-	run_parts(&buf, 2, environ);
+	run_parts(buf, 2, environ);
 	free(buf[0]);
 	return (1);
 }




More information about the busybox-cvs mailing list