]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct docuemntation
authorNick Porter <nick@portercomputing.co.uk>
Wed, 20 Jan 2021 10:36:31 +0000 (10:36 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 21 Jan 2021 23:05:49 +0000 (23:05 +0000)
src/lib/server/tmpl.h

index e1d21cb0182da9c818058a33962346322d946fd8..4f53e926a34c4940201c9f216919531e82954284 100644 (file)
@@ -710,7 +710,7 @@ void tmpl_verify(char const *file, int line, tmpl_t const *vpt);
  * Example:
  @code{.c}
    static tmpl_t     list = tmpl_init_initialiser_list(CURRENT_REQUEST, PAIR_LIST_REQUEST);
-   fr_cursor_t       cursor;
+   fr_dcursor_t      cursor;
    tmpl_cursor_ctx_t cc,
    fr_pair_t        *vp;
 
@@ -744,7 +744,7 @@ void tmpl_verify(char const *file, int line, tmpl_t const *vpt);
 
 /** Determine the correct context and list head
  *
- * Used in conjunction with the fr_cursor functions to determine the correct list
+ * Used in conjunction with the fr_dcursor functions to determine the correct list
  * and TALLOC_CTX for inserting fr_pair_ts.
  *
  * Example: