This is the bigger part of the modular session framework. It is not ready to
[freeradius.git] / src / modules / rlm_realm / rlm_realm.c
index 09becc4..57d60ad 100644 (file)
@@ -220,6 +220,7 @@ module_t rlm_realm = {
   NULL,                                /* authentication */
   realm_preacct,               /* preaccounting */
   NULL,                                /* accounting */
+  NULL,                                /* checksimul */
   NULL,                                /* detach */
   NULL,                                /* destroy */
 };