This is the bigger part of the modular session framework. It is not ready to
[freeradius.git] / src / modules / rlm_acct_unique / rlm_acct_unique.c
index 42e627f..93d2394 100644 (file)
@@ -221,6 +221,7 @@ module_t rlm_acct_unique = {
   NULL,                                /* authentication */
   NULL,                                /* preaccounting */
   unique_accounting,           /* accounting */
+  NULL,                                /* checksimul */
   unique_detach,                               /* detach */
   NULL,                                /* destroy */
 };