diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/modules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/modules.c b/runtime/modules.c index 4cd1ef4f..ad93ff38 100644 --- a/runtime/modules.c +++ b/runtime/modules.c @@ -368,6 +368,7 @@ addModToCnfList(modInfo_t *pThis) */ CHKmalloc(pNew = MALLOC(sizeof(cfgmodules_etry_t))); + pNew->canActivate = 1; pNew->next = NULL; pNew->pMod = pThis; |