Add more NULL's to module data structures, in preparation for
[freeradius.git] / src / modules / rlm_passwd / rlm_passwd.c
index 87e0aa3..1b5ef5d 100644 (file)
@@ -472,7 +472,10 @@ module_t rlm_passwd = {
                passwd_authorize,       /* authorization */
                NULL,                   /* pre-accounting */
                NULL,                   /* accounting */
-               NULL                    /* checksimul */
+               NULL,                   /* checksimul */
+               NULL,                   /* pre-proxy */
+               NULL,                   /* post-proxy */
+               NULL                    /* post-auth */
        },
        passwd_detach,                  /* detach */
        NULL                            /* destroy */