This is the bigger part of the modular session framework. It is not ready to
[freeradius.git] / src / modules / rlm_files / rlm_files.c
index 1861f20..54e0523 100644 (file)
@@ -731,6 +731,7 @@ module_t rlm_files = {
        file_authenticate,              /* authentication */
        file_preacct,                   /* preaccounting */
        NULL,                           /* accounting */
+       NULL,                           /* checksimul */
        file_detach,                    /* detach */
        NULL                            /* destroy */
 };