Skip to content

Commit

Permalink
deprecated nastype mucks up dynamic client debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 14, 2015
1 parent 2f2f5da commit 80d8441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/client.c
Expand Up @@ -494,7 +494,6 @@ static const CONF_PARSER client_config[] = {
{ "secret", FR_CONF_OFFSET(PW_TYPE_STRING | PW_TYPE_SECRET, RADCLIENT, secret), NULL },
{ "shortname", FR_CONF_OFFSET(PW_TYPE_STRING, RADCLIENT, shortname), NULL },

{ "nastype", FR_CONF_OFFSET(PW_TYPE_DEPRECATED | PW_TYPE_STRING, RADCLIENT, nas_type), NULL },
{ "nas_type", FR_CONF_OFFSET(PW_TYPE_STRING, RADCLIENT, nas_type), NULL },

{ "login", FR_CONF_OFFSET(PW_TYPE_STRING, RADCLIENT, login), NULL },
Expand Down

0 comments on commit 80d8441

Please sign in to comment.