]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 11 Aug 2025 13:16:54 +0000 (15:16 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 22 Aug 2025 13:55:34 +0000 (13:55 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/librpc/idl/smbXsrv.idl

index af7335e1d2a405f02e9cdbb41e8b596750190f2e..b618152b178494345b4acc5a3c20b89591755c2c 100644 (file)
@@ -209,7 +209,7 @@ interface smbXsrv
                SMBXSRV_ENCRYPTION_DESIRED              = 0x02,
                SMBXSRV_PROCESSED_ENCRYPTED_PACKET      = 0x04,
                SMBXSRV_PROCESSED_UNENCRYPTED_PACKET    = 0x08
-       } smbXsrv_encrpytion_flags;
+       } smbXsrv_encryption_flags;
 
        typedef [public,bitmap8bit] bitmap {
                SMBXSRV_SIGNING_REQUIRED                = 0x01,
@@ -250,7 +250,7 @@ interface smbXsrv
                GUID                                    client_guid;
                smbXsrv_signing_flags                   signing_flags;
                uint16                                  signing_algo;
-               smbXsrv_encrpytion_flags                encryption_flags;
+               smbXsrv_encryption_flags                encryption_flags;
                uint16                                  encryption_cipher;
                [noprint] DATA_BLOB                     signing_key_blob;
                [ignore] smb2_signing_key               *signing_key;
@@ -361,7 +361,7 @@ interface smbXsrv
                server_id                               server_id;
                NTTIME                                  creation_time;
                [charset(UTF8),string] char             share_name[];
-               smbXsrv_encrpytion_flags                encryption_flags;
+               smbXsrv_encryption_flags                encryption_flags;
                /*
                 * for SMB1 this is the session that the tcon was opened on
                 */