summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-04-21 12:56:04 +0200
committerAndreas Schneider <asn@cryptomilk.org>2021-04-27 13:24:35 +0000
commitee431a298726b61fd0244c42e613fde87e2bdd82 (patch)
tree4640e8d6c02fa5948b93a8d88eb320b8b11d6192 /source3/auth/auth_ntlmssp.c
parentb150982d90bf2c1d4dcf08384b1d35614d162e65 (diff)
downloadsamba-ee431a298726b61fd0244c42e613fde87e2bdd82.tar.gz
auth3: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/auth/auth_ntlmssp.c')
-rw-r--r--source3/auth/auth_ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
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);