Add more NULL's to module data structures, in preparation for
[freeradius.git] / src / modules / rlm_unix / rlm_unix.c
index 255604a..56e4b83 100644 (file)
@@ -805,7 +805,10 @@ module_t rlm_unix = {
          NULL,                 /* authorization */
          NULL,                 /* preaccounting */
          unix_accounting,      /* accounting */
-         NULL                  /* checksimul */
+         NULL,                  /* checksimul */
+         NULL,                 /* pre-proxy */
+         NULL,                 /* post-proxy */
+         NULL                  /* post-auth */
   },
   unix_detach,                         /* detach */
   unix_destroy,                  /* destroy */