This is the bigger part of the modular session framework. It is not ready to
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
index 16ff9f0..110613d 100644 (file)
@@ -580,6 +580,7 @@ module_t rlm_unix = {
   unix_authenticate,            /* authentication */
   NULL,                         /* preaccounting */
   unix_accounting,              /* accounting */
+  NULL,                        /* checksimul */
   unix_detach,                         /* detach */
   unix_destroy,                  /* destroy */
 };