]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Get rid of unresolved explicit link request warning (#4925)
authorJames Jones <jejones3141@gmail.com>
Fri, 10 Mar 2023 16:53:51 +0000 (10:53 -0600)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2023 16:53:51 +0000 (10:53 -0600)
It turns out that the link requests we use that work are to types,
values, and functions known at the time of the link request. This
doesn't work for not-yet-seen function parameters.

src/lib/util/pair.c

index fbdece39144b60d8d8ff784c90363a240ca34e6e..51a62edce3049717d6a2d07135aff88546e0cde6 100644 (file)
@@ -1335,7 +1335,7 @@ int fr_pair_insert_before(fr_pair_list_t *list, fr_pair_t *pos, fr_pair_t *to_ad
  * @note Memory used by the VP being replaced will be freed.
  *
  * @param[in,out] list         pair list
- * @param[in] to_replace       pair to replace and free, on #list
+ * @param[in] to_replace       pair to replace and free, on list
  * @param[in] vp               New pair to insert.
  */
 void fr_pair_replace(fr_pair_list_t *list, fr_pair_t *to_replace, fr_pair_t *vp)