Add more NULL's to module data structures, in preparation for
[freeradius.git] / src / modules / rlm_python / rlm_python.c
index af64a77..a8c0159 100644 (file)
@@ -934,7 +934,10 @@ module_t rlm_python = {
                python_authorize,       /* authorization */
                python_preacct,         /* preaccounting */
                python_accounting,      /* accounting */
-               python_checksimul       /* checksimul */
+               python_checksimul,      /* checksimul */
+               NULL,                   /* pre-proxy */
+               NULL,                   /* post-proxy */
+               NULL                    /* post-auth */
        },
        python_detach,                  /* detach */
        NULL,                           /* destroy */