From: Arran Cudbard-Bell Date: Sat, 24 Aug 2019 22:50:18 +0000 (-0400) Subject: Remove som references to fr_pair_cursor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa2d93b3127bbac7c100ecfc389b5b5becd9562;p=thirdparty%2Ffreeradius-server.git Remove som references to fr_pair_cursor --- diff --git a/src/lib/server/tmpl.c b/src/lib/server/tmpl.c index 14e91327e97..d00ab2b3271 100644 --- a/src/lib/server/tmpl.c +++ b/src/lib/server/tmpl.c @@ -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) { diff --git a/src/lib/server/tmpl.h b/src/lib/server/tmpl.h index c55ed9303f1..e4c46aed5c0 100644 --- a/src/lib/server/tmpl.h +++ b/src/lib/server/tmpl.h @@ -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: