Add more NULL's to module data structures, in preparation for
[freeradius.git] / src / modules / rlm_realm / rlm_realm.c
index 31302e7..11d4a60 100644 (file)
@@ -420,7 +420,10 @@ module_t rlm_realm = {
          realm_authorize,      /* authorization */
          realm_preacct,        /* preaccounting */
          NULL,                 /* accounting */
-         NULL                  /* checksimul */
+         NULL,                 /* checksimul */
+         NULL,                 /* pre-proxy */
+         NULL,                 /* post-proxy */
+         NULL                  /* post-auth */
   },
   realm_detach,                        /* detach */
   NULL,                                /* destroy */