]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Move to init/free for library, and not for each test case
authorAlan T. DeKok <aland@freeradius.org>
Sat, 3 Feb 2024 20:47:21 +0000 (15:47 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 3 Feb 2024 20:47:21 +0000 (15:47 -0500)
commitf7778c55206dbbaf0a13e8372e3d3019485809c4
treed5bb17e78ea75e72d98f635ed1d3fed74921e511
parentb3deed67d16a2159d8059795a989ed1cd87b298c
Move to init/free for library, and not for each test case

now that we (mostly) have library-based init/free, we do not need
to do that for every test case.  Either the library is properly
initialized and it works, or the library isn't initialized, and
the tests fail.

Some protocols still need to be converted to use fr_dict_protocol_t

ethernet, tacacs, tftp, vmps
15 files changed:
src/protocols/arp/base.c
src/protocols/bfd/base.c
src/protocols/bfd/decode.c
src/protocols/bfd/encode.c
src/protocols/dhcpv4/decode.c
src/protocols/dhcpv4/encode.c
src/protocols/dhcpv6/base.c
src/protocols/dhcpv6/decode.c
src/protocols/dhcpv6/encode.c
src/protocols/dns/base.c
src/protocols/dns/decode.c
src/protocols/dns/encode.c
src/protocols/radius/decode.c
src/protocols/radius/encode.c
src/protocols/tacacs/encode.c