]> jfr.im git - solanum.git/blobdiff - ircd/modules.c
commio: further win32 fixes
[solanum.git] / ircd / modules.c
index 6f509ed9e8ba15aa7d63552dde1659489fa9587a..b10b737928fe5be0fa2bffba2d92632ce9507c9f 100644 (file)
@@ -227,8 +227,8 @@ load_all_modules(int warn)
        DIR *system_module_dir = NULL;
        struct dirent *ldirent = NULL;
        char module_fq_name[PATH_MAX + 1];
-       static size_t module_ext_len = strlen(LT_MODULE_EXT);
-       
+       size_t module_ext_len = strlen(LT_MODULE_EXT);
+
        modules_init();
 
        modlist = (struct module **) rb_malloc(sizeof(struct module *) * (MODS_INCREMENT));