From: Volker Lendecke Date: Tue, 5 Jan 2021 13:36:23 +0000 (+0100) Subject: auth: Reformat a comment X-Git-Tag: samba-4.14.0rc1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04077435dcc5ee35ed4ace76a421dac370f8d0ae;p=thirdparty%2Fsamba.git auth: Reformat a comment Will fix a typo next Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index ead5326705e..1fd7d7a907f 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -215,10 +215,11 @@ static void auth_check_password_next(struct tevent_req *req); * * @param ev The tevent context the request should operate on * - * @param auth_ctx Supplies the challenges and some other data. - * Must be created with make_auth_context(), and the challenges should be - * filled in, either at creation or by calling the challenge geneation - * function auth_get_challenge(). + * @param auth_ctx Supplies the challenges and some other data. Must + * be created with make_auth_context(), and the + * challenges should be filled in, either at creation + * or by calling the challenge geneation function + * auth_get_challenge(). * * @param user_info Contains the user supplied components, including the passwords. *