]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
auth3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 21 Apr 2021 10:56:04 +0000 (12:56 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 27 Apr 2021 13:24:35 +0000 (13:24 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/auth/auth_ntlmssp.c

index ba7b88ac93e7acbe109a2d556812827aee1d1e94..676aa9d892c48c4e0532aaf5bcaf90335f3de417 100644 (file)
@@ -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);