Skip to content

Commit

Permalink
Fixup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 19, 2013
1 parent 7aa8eac commit da56f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/radius.c
Expand Up @@ -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)
Expand Down

0 comments on commit da56f0f

Please sign in to comment.