summaryrefslogtreecommitdiffstats
path: root/isys/moduleinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'isys/moduleinfo.c')
-rw-r--r--isys/moduleinfo.c1
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) {