From: Alan T. DeKok Date: Wed, 6 Oct 2021 20:51:13 +0000 (-0400) Subject: doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbb0fbe4787ce8401e0355475464cadda52005e;p=thirdparty%2Ffreeradius-server.git doxygen --- diff --git a/src/lib/util/pair_legacy.c b/src/lib/util/pair_legacy.c index e0274c622e..cdcaf20381 100644 --- a/src/lib/util/pair_legacy.c +++ b/src/lib/util/pair_legacy.c @@ -267,7 +267,7 @@ fr_pair_t *fr_pair_make(TALLOC_CTX *ctx, fr_dict_t const *dict, fr_pair_list_t * * @note the valuepair list should probably be freed. * * @param[in] ctx for talloc - * @param[in] root root DA to start referencing from + * @param[in] parent parent DA to start referencing from * @param[in] buffer to read valuepairs from. * @param[in] end end of the buffer * @param[in] list where the parsed fr_pair_ts will be appended.