Skip to content

Commit

Permalink
Remove "auto_header" functionality. It's not used anywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 8, 2014
1 parent e6f9da3 commit d76a777
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/rlm_pap/rlm_pap.c
Expand Up @@ -48,7 +48,6 @@ USES_APPLE_DEPRECATED_API
*/
typedef struct rlm_pap_t {
char const *name; /* CONF_SECTION->name, not strdup'd */
bool auto_header;
int auth_type;
bool normify;
} rlm_pap_t;
Expand All @@ -63,7 +62,6 @@ typedef struct rlm_pap_t {
* buffer over-flows.
*/
static const CONF_PARSER module_config[] = {
{ "auto_header", PW_TYPE_BOOLEAN, offsetof(rlm_pap_t,auto_header), NULL, "no" },
{ "normalise", PW_TYPE_BOOLEAN, offsetof(rlm_pap_t,normify), NULL, "yes" },
{ NULL, -1, 0, NULL, NULL }
};
Expand Down

0 comments on commit d76a777

Please sign in to comment.