Added -C command-line option, documentation, debug messages,
[freeradius.git] / src / modules / rlm_attr_filter / rlm_attr_filter.c
index c1189ed..6b6b061 100644 (file)
@@ -349,7 +349,7 @@ static int attr_filter_postauth(void *instance, REQUEST *request)
 module_t rlm_attr_filter = {
        RLM_MODULE_INIT,
        "attr_filter",
-       0,                              /* type: reserved */
+       RLM_TYPE_CHECK_CONFIG_SAFE,     /* type */
        attr_filter_instantiate,        /* instantiation */
        attr_filter_detach,             /* detach */
        {