Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 8cf4bc2b9427388589d216415e7b8f0e > files > 8

module-init-tools-3.3-pre11.30mdv2008.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);
 	}
 }