[BusyBox-cvs] busybox/init init.c,1.201,1.202

Erik Andersen andersen at busybox.net
Mon Apr 12 19:21:57 UTC 2004


Update of /var/cvs/busybox/init
In directory nail:/tmp/cvs-serv17848/init

Modified Files:
	init.c 
Log Message:
Silly me


Index: init.c
===================================================================
RCS file: /var/cvs/busybox/init/init.c,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- a/init.c	12 Apr 2004 19:17:13 -0000	1.201
+++ b/init.c	12 Apr 2004 19:21:54 -0000	1.202
@@ -1160,7 +1160,7 @@
 
 		/* Wait for a child process to exit */
 		wpid = wait(&status);
-		while (init_action_list && wpid > 0) {
+		while (wpid > 0) {
 			/* Find out who died and clean up their corpse */
 			for (a = init_action_list; a; a = a->next) {
 				if (a->pid == wpid) {




More information about the busybox-cvs mailing list