]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Wed, 6 Oct 2021 20:51:13 +0000 (16:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 6 Oct 2021 20:51:13 +0000 (16:51 -0400)
src/lib/util/pair_legacy.c

index e0274c622e9e02b0c157c0c91b2f7d507650cb1c..cdcaf20381a4b99fb7e69c81853ffb25eaf6df65 100644 (file)
@@ -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.