Skip to content

Commit

Permalink
don't need to set this
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 14, 2018
1 parent 5a1a2ab commit fa625a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_files/rlm_files.c
Expand Up @@ -108,7 +108,7 @@ static const CONF_PARSER module_config[] = {
#endif
{ FR_CONF_OFFSET("auth_usersfile", FR_TYPE_FILE_INPUT, rlm_files_t, auth_usersfile) },
{ FR_CONF_OFFSET("postauth_usersfile", FR_TYPE_FILE_INPUT, rlm_files_t, postauth_usersfile) },
{ FR_CONF_OFFSET("key", FR_TYPE_STRING | FR_TYPE_XLAT, rlm_files_t, key), .dflt = "User-Name" },
{ FR_CONF_OFFSET("key", FR_TYPE_STRING | FR_TYPE_XLAT, rlm_files_t, key) },
CONF_PARSER_TERMINATOR
};

Expand Down

0 comments on commit fa625a3

Please sign in to comment.