From: Arran Cudbard-Bell Date: Tue, 19 Feb 2013 22:17:24 +0000 (-0500) Subject: Fixup documentation X-Git-Tag: release_3_0_0_beta1~999 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da56f0f0a936f6a3679c16eaaae60e5bf31ff4ae;p=thirdparty%2Ffreeradius-server.git Fixup documentation --- diff --git a/src/lib/radius.c b/src/lib/radius.c index 51fe280f342..025b80287a9 100644 --- a/src/lib/radius.c +++ b/src/lib/radius.c @@ -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)