]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
unify fr_pair_print() and fr_pair_list_print() functions
authorAlan T. DeKok <aland@freeradius.org>
Mon, 7 Aug 2023 13:53:37 +0000 (09:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 7 Aug 2023 13:53:37 +0000 (09:53 -0400)
commitf1d8edaa1cebed4e2a09c122b4c906ca9bd4d55e
treedd58ace80fea1ea073c2244764cfa21a676d2753
parentbf93142759f7d69833d798b108af45d7984eff15
unify fr_pair_print() and fr_pair_list_print() functions

so that they call each other.  i.e. less code.

And clean up various other bits
src/bin/unit_test_attribute.c
src/lib/util/pair.h
src/lib/util/pair_print.c