From: Alan T. DeKok Date: Thu, 6 Jul 2017 21:37:40 +0000 (-0400) Subject: correct documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76bdda73dcf9bc81f5496cc6638b00da00f3a10;p=thirdparty%2Ffreeradius-server.git correct documentation --- diff --git a/src/main/request.c b/src/main/request.c index 6441f894c7b..ac28f458e98 100644 --- a/src/main/request.c +++ b/src/main/request.c @@ -38,8 +38,7 @@ struct request_data_t { int unique_int; //!< Alternative key to lookup request data. void *opaque; //!< Opaque data. bool free_on_replace; //!< Whether to talloc_free(opaque) when the request data is removed. - bool free_on_parent; //!< Whether to talloc_free(opaque) when the parent of the request - //!< data is freed. + bool free_on_parent; //!< Whether to talloc_free(opaque) when the request is freed bool persist; //!< Whether this data should be transfered to a session_entry_t //!< after we're done processing this request. };