From: Volker Lendecke Date: Wed, 21 Apr 2021 10:56:04 +0000 (+0200) Subject: auth3: Fix a typo X-Git-Tag: tevent-0.11.0~1023 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee431a298726b61fd0244c42e613fde87e2bdd82;p=thirdparty%2Fsamba.git auth3: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index ba7b88ac93e..676aa9d892c 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.c @@ -43,7 +43,7 @@ NTSTATUS auth3_generate_session_info(struct auth4_context *auth_context, * Some callers pass auth_user_info_dc, the SCHANNEL and * NCALRPC_AS_SYSTEM gensec modules. * - * While the reset passes auth3_check_password() returned. + * While the rest passes auth3_check_password() returned. */ user_info = talloc_get_type(server_returned_info, struct auth_user_info_dc);