]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove som references to fr_pair_cursor
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Aug 2019 22:50:18 +0000 (18:50 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 24 Aug 2019 22:50:24 +0000 (18:50 -0400)
src/lib/server/tmpl.c
src/lib/server/tmpl.h

index 14e91327e97ffff77a2b5b8e40303ae907cfb4ce..d00ab2b3271ab09f929e114c1382a49bea5bea2e 100644 (file)
@@ -187,7 +187,6 @@ size_t radius_list_name(pair_list_t *out, char const *name, pair_list_t def)
  * @return a pointer to the HEAD of a list in the #REQUEST.
  *
  * @see tmpl_cursor_init
- * @see fr_pair_cursor_init
  */
 VALUE_PAIR **radius_list(REQUEST *request, pair_list_t list)
 {
index c55ed9303f16e6c874441c823f27eb5fe1c534f4..e4c46aed5c0d3f0b5ec31b6c305df53d3a334719 100644 (file)
@@ -299,7 +299,7 @@ void tmpl_verify(char const *file, int line, vp_tmpl_t const *vpt);
 
 /** Determine the correct context and list head
  *
- * Used in conjunction with the fr_pair_cursor functions to determine the correct list
+ * Used in conjunction with the fr_cursor functions to determine the correct list
  * and TALLOC_CTX for inserting VALUE_PAIRs.
  *
  * Example: