Skip to content

Commit

Permalink
Newer name for control list should have priority
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed May 23, 2014
1 parent 19b9f37 commit 95b1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/util.c
Expand Up @@ -804,8 +804,8 @@ int rad_expand_xlat(REQUEST *request, char const *cmd,
const FR_NAME_NUMBER pair_lists[] = {
{ "request", PAIR_LIST_REQUEST },
{ "reply", PAIR_LIST_REPLY },
{ "control", PAIR_LIST_CONTROL }, /* New name should have priority */
{ "config", PAIR_LIST_CONTROL },
{ "control", PAIR_LIST_CONTROL },
#ifdef WITH_PROXY
{ "proxy-request", PAIR_LIST_PROXY_REQUEST },
{ "proxy-reply", PAIR_LIST_PROXY_REPLY },
Expand Down

0 comments on commit 95b1db3

Please sign in to comment.