]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
fr_pair_afrom_num() no longer produces unknown da's
authorAlan T. DeKok <aland@freeradius.org>
Thu, 10 Jun 2021 14:02:46 +0000 (10:02 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 10 Jun 2021 14:05:32 +0000 (10:05 -0400)
commite9a45a1e18169290fa358243b390cb41bbf728f7
tree454fb8a0fe7561ead6cb75744f7ff7a74bc4529e
parent3ef8bb50f41c9db490a55af35ac95c9b6c5bb56b
fr_pair_afrom_num() no longer produces unknown da's

It is now only called from internal code, using hard-coded numbers.
if the da does not exist, then the admin has edited the
dictionaries and broken them.  Instead of failing with an
opaque error, just don't create the VP
src/lib/pair.c