mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib/param: add support for "SMB2_24" in smb.conf options
metze
This commit is contained in:
parent
460fc521cf
commit
d855e77c69
@ -29,6 +29,7 @@
|
||||
|
||||
static const struct enum_list enum_protocol[] = {
|
||||
{PROTOCOL_SMB2_02, "SMB2"}, /* for now keep PROTOCOL_SMB2_02 */
|
||||
{PROTOCOL_SMB2_24, "SMB2_24"},
|
||||
{PROTOCOL_SMB2_22, "SMB2_22"},
|
||||
{PROTOCOL_SMB2_10, "SMB2_10"},
|
||||
{PROTOCOL_SMB2_02, "SMB2_02"},
|
||||
|
Loading…
Reference in New Issue
Block a user