]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix docs
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Feb 2023 03:59:13 +0000 (21:59 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 22 Feb 2023 03:59:13 +0000 (21:59 -0600)
src/lib/server/request_data.c

index d06000ec21c8d4a088890611a7beaf57e65adc7e..21925929e9523d0bdb35b124feaf3722c288a27f 100644 (file)
@@ -167,7 +167,7 @@ static inline request_data_t *request_data_alloc(TALLOC_CTX *ctx)
  * @param[in] type             Type of data (if talloced)
  * @param[in] opaque           Data to associate with the request.  May be NULL.
  * @param[in] free_on_replace  Free opaque data if this request_data is replaced.
- * @param[in] free_on_parent   Free opaque data if the request is freed.
+ * @param[in] free_on_parent   Free opaque data if the request or session is freed.
  *                             Must not be set if the opaque data is also parented by
  *                             the request or state (double free).
  * @param[in] persist          Transfer request data to an #fr_state_entry_t, and