]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fixup documentation
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Feb 2013 22:17:24 +0000 (17:17 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 19 Feb 2013 22:18:31 +0000 (17:18 -0500)
src/lib/radius.c

index 51fe280f342ef86f36fba4077e1d95537920b2f1..025b80287a99c2236a7a4d9bc8b29279b3ba32cb 100644 (file)
@@ -4284,7 +4284,7 @@ RADIUS_PACKET *rad_alloc(TALLOC_CTX *ctx, int newvector)
  *
  * @param ctx the context in which the packet is allocated. May be NULL if
  *     the packet is not associated with a REQUEST.
- * @param newvector if TRUE a new request authenticator will be generated.
+ * @param packet The request packet.
  * @return a new RADIUS_PACKET or NULL on error.
  */
 RADIUS_PACKET *rad_alloc_reply(TALLOC_CTX *ctx, RADIUS_PACKET *packet)