]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 13 Apr 2021 15:48:44 +0000 (15:48 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 19 Apr 2021 18:18:31 +0000 (18:18 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/sesssetup.c

index b859762e73823cf65f0bb0c659f8b16d37e29f97..2bd527ce80e4f551ecbcede0b8a5455f5da183cc 100644 (file)
@@ -581,7 +581,7 @@ void reply_sesssetup_and_X(struct smb_request *req)
        uint64_t sess_vuid;
        uint16_t smb_bufsize;
        char *tmp;
-       fstring sub_user; /* Sanitised username for substituion */
+       fstring sub_user; /* Sanitised username for substitution */
        const char *native_os;
        const char *native_lanman;
        const char *primary_domain;