Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 668acc1a9ceeb0f59816691ac07d5eb4 > files > 8

module-init-tools-3.3-pre11.32.1mdv2008.0.src.rpm

--- module-init-tools-3.2-pre8/libmodprobe.c.all-defaults	2005-08-08 19:40:06.000000000 +0200
+++ module-init-tools-3.2-pre8/libmodprobe.c	2005-08-08 20:00:47.000000000 +0200
@@ -1206,9 +1206,8 @@
 
 	/* Try defaults. */
 	for (i = 0; i < ARRAY_SIZE(default_configs); i++) {
-		if (read_config(default_configs[i], name, dump_only, removing,
-				options, commands, aliases, blacklist))
-			return;
+		read_config(default_configs[i], name, dump_only, removing,
+			    options, commands, aliases, blacklist);
 	}
 }