mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
smbXcli: add support for PROTOCOL_SMB2_22 in smbXcli_negprot()
metze
This commit is contained in:
parent
9d06e0fcc7
commit
4435dad827
@ -2575,6 +2575,7 @@ static const struct {
|
||||
} smb2cli_prots[] = {
|
||||
{PROTOCOL_SMB2_02, SMB2_DIALECT_REVISION_202},
|
||||
{PROTOCOL_SMB2_10, SMB2_DIALECT_REVISION_210},
|
||||
{PROTOCOL_SMB2_22, SMB2_DIALECT_REVISION_222},
|
||||
};
|
||||
|
||||
struct smbXcli_negprot_state {
|
||||
|
Loading…
Reference in New Issue
Block a user