summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-28 20:12:53 +0000
committerMatt Wilson <msw@redhat.com>2000-04-28 20:12:53 +0000
commita51b1b4f8bc62d7012db15dad2794bf8a63822f0 (patch)
treee2f2b94694ee1ca27655ed2f2608b3a7afd0a3fc /loader
parent11cf433e641930281862f15e28b0869973a6df6b (diff)
downloadanaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.tar.gz
anaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.tar.xz
anaconda-a51b1b4f8bc62d7012db15dad2794bf8a63822f0.zip
no modInfo here
Diffstat (limited to 'loader')
-rw-r--r--loader/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.c b/loader/loader.c
index 8b75c74ab..fbfd52c54 100644
--- a/loader/loader.c
+++ b/loader/loader.c
@@ -1887,7 +1887,7 @@ void loadUfs(struct knownDevices *kd, moduleList modLoaded,
for (j = 0; j < table.maxNumPartitions; j++) {
if (table.parts[j].type == BALKAN_PART_UFS) {
if (!ufsloaded) {
- mlLoadModule("ufs", NULL, modLoaded, *modDepsPtr, NULL, modInfo, flags);
+ mlLoadModule("ufs", NULL, modLoaded, *modDepsPtr, NULL, NULL, flags);
ufsloaded = 1;
}
}