From: Volker Lendecke Date: Mon, 11 Aug 2025 13:16:54 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=171c584c67582c71efe0575b1f99f4667366de99;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index af7335e1d2a..b618152b178 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -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 */