diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-07 15:19:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-07 15:19:33 +0000 |
commit | cd12a64351f50331c802f9ac50d273586bc3f4f0 (patch) | |
tree | 9251757de0a6d80163165c02592dc6fdfeca61bb /isys/moduleinfo.c | |
parent | a2ed1fa10a0636b84e6a8d3839305edeeee35db1 (diff) | |
download | anaconda-cd12a64351f50331c802f9ac50d273586bc3f4f0.tar.gz anaconda-cd12a64351f50331c802f9ac50d273586bc3f4f0.tar.xz anaconda-cd12a64351f50331c802f9ac50d273586bc3f4f0.zip |
added field for module flags
Diffstat (limited to 'isys/moduleinfo.c')
-rw-r--r-- | isys/moduleinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/moduleinfo.c b/isys/moduleinfo.c index a5c5b2dcf..ef3a47a14 100644 --- a/isys/moduleinfo.c +++ b/isys/moduleinfo.c @@ -105,6 +105,7 @@ int isysReadModuleInfo(const char * filename, moduleInfoSet mis) { nextModule->major = DRIVER_NONE; nextModule->minor = DRIVER_MINOR_NONE; nextModule->description = NULL; + nextModule->flags = 0; nextModule->args = NULL; nextModule->numArgs = 0; } else if (nextModule->major == DRIVER_NONE) { |